init: pruebas_jupyter analysis from fn_registry

This commit is contained in:
2026-04-06 00:57:00 +02:00
commit b63e145953
15 changed files with 3094 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"jupyter": {
"command": "/home/lucas/fn_registry/analysis/pruebas_jupyter/.venv/bin/python",
"args": ["-m", "jupyter_mcp_server.server"],
"env": {
"SERVER_URL": "http://localhost:8889",
"TOKEN": ""
}
}
}
}