Files
fn_registry/.mcp.json
T
egutierrez 8121e4b04e chore: auto-commit (1 archivos)
- .mcp.json

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-25 00:26:34 +02:00

21 lines
506 B
JSON

{
"mcpServers": {
"registry": {
"command": "./apps/registry_mcp/registry_mcp",
"args": ["--enable-run", "--enable-write"]
},
"orchestrator": {
"command": "./apps/orchestrator_mcp/orchestrator_mcp",
"args": []
},
"jupyter": {
"command": "bash",
"args": ["-c", "exec bash \"$(git rev-parse --show-toplevel)/bash/functions/infra/jupyter_mcp_serve.sh\""]
},
"godot": {
"type": "http",
"url": "http://127.0.0.1:8000/mcp"
}
}
}