4 lines
84 B
Python
4 lines
84 B
Python
|
|
"""MCP插件系统"""
|
||
|
|
from .registry import mcp_registry
|
||
|
|
|
||
|
|
__all__ = ["mcp_registry"]
|