Files
hive/.mcp.json
T
2026-04-16 20:29:05 -07:00

11 lines
206 B
JSON

{
"mcpServers": {
"gcu-tools": {
"type": "stdio",
"command": "uv",
"args": ["run", "python", "-m", "gcu.server", "--stdio"],
"cwd": "/home/timothy/aden/hive/tools"
}
}
}