undo debug

This commit is contained in:
2025-10-14 20:40:45 +08:00
parent 94f574d27b
commit 3cc2af2476

View File

@@ -43,7 +43,7 @@ class MCPServer:
def __init__(self, config: MCPServerConfig):
self.config = config
self.mcp = FastMCP(self.config.server_name)
# self.register_mcp_functions()
self.register_mcp_functions()
def _register_tool_fnc(self, tool:LangToolBase):
for fnc in tool.get_tool_fnc():