Merge pull request #4500 from RichardTang-Aden/main

fix: remove unused tools from root .mcp.json
This commit is contained in:
RichardTang-Aden
2026-02-11 10:23:45 -08:00
committed by GitHub
-5
View File
@@ -4,11 +4,6 @@
"command": "uv",
"args": ["run", "-m", "framework.mcp.agent_builder_server"],
"cwd": "core"
},
"tools": {
"command": "uv",
"args": ["run", "mcp_server.py", "--stdio"],
"cwd": "tools"
}
}
}