init: retrieving_graphs analysis from fn_registry

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