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