Files
hive/core/.mcp.json
T
2026-01-19 20:34:10 -08:00

15 lines
354 B
JSON

{
"mcpServers": {
"agent-builder": {
"command": "python",
"args": ["-m", "framework.mcp.agent_builder_server"],
"cwd": "/home/timothy/aden/worker-bee"
},
"aden-tools": {
"command": "python",
"args": ["-m", "aden_tools.mcp_server", "--stdio"],
"cwd": "/Users/guangjitang/acho/hive/aden-tools"
}
}
}