""" MCPManager 插件 管理 MCP (Model Context Protocol) 服务器, 自动将 MCP 工具注册到 ToolRegistry 供 AI 调用。 """ from .main import MCPManagerPlugin __all__ = ["MCPManagerPlugin"]