Fix MCP server syntax error: remove duplicate handlers dictionary declaration

parent e95282d5
......@@ -719,8 +719,6 @@ class MCPServer:
Tool result
"""
# Route to appropriate handler
handlers = {
# Common tools
handlers = {
# Common tools
'list_models': self._list_models,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment