15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"mcpServers": {
|
|
"agent-builder": {
|
|
"command": "python",
|
|
"args": ["-m", "framework.mcp.agent_builder_server"],
|
|
"cwd": "/home/timothy/oss/hive/core"
|
|
},
|
|
"tools": {
|
|
"command": "python",
|
|
"args": ["-m", "aden_tools.mcp_server", "--stdio"],
|
|
"cwd": "/home/timothy/oss/hive/tools"
|
|
}
|
|
}
|
|
}
|