Files
WechatHookBot/plugins/MCPManager/__init__.py
2026-01-08 18:46:14 +08:00

11 lines
214 B
Python

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