chore: auto-commit (1 archivos)

- .mcp.json

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 10:30:26 +02:00
parent 969c868217
commit 660a65834e
+4 -4
View File
@@ -1,11 +1,11 @@
{
"mcpServers": {
"jupyter": {
"command": "/home/egutierrez/fn_registry/projects/aurgi/analysis/presupuestos_callcenter/.venv/bin/python",
"args": ["-m", "jupyter_mcp_server.server"],
"command": "bash",
"args": ["/home/egutierrez/fn_registry/bash/functions/infra/jupyter_mcp_serve.sh"],
"env": {
"SERVER_URL": "http://localhost:8888",
"TOKEN": ""
"JUPYTER_MCP_ROOT": "/home/egutierrez/fn_registry/projects/aurgi/analysis/presupuestos_callcenter",
"JUPYTER_MCP_PORT": "8904"
}
}
}