update:1.更新mcp插件功能,目前只支持remote调用

This commit is contained in:
xiamuceer
2025-11-07 22:14:20 +08:00
parent 1e998920e3
commit 88115a45c5
26 changed files with 4088 additions and 138 deletions
+4
View File
@@ -0,0 +1,4 @@
"""MCP插件系统"""
from .registry import mcp_registry
__all__ = ["mcp_registry"]