feat:mcp
This commit is contained in:
10
plugins/MCPManager/__init__.py
Normal file
10
plugins/MCPManager/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
MCPManager 插件
|
||||
|
||||
管理 MCP (Model Context Protocol) 服务器,
|
||||
自动将 MCP 工具注册到 ToolRegistry 供 AI 调用。
|
||||
"""
|
||||
|
||||
from .main import MCPManagerPlugin
|
||||
|
||||
__all__ = ["MCPManagerPlugin"]
|
||||
Reference in New Issue
Block a user