15 lines
354 B
JSON
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"
|
|
}
|
|
}
|
|
}
|