chore: sync from fn-registry agent

This commit is contained in:
fn-registry agent
2026-05-14 02:06:42 +02:00
commit 480dd958e5
17 changed files with 4510 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"jupyter": {
"command": "/home/lucas/fn_registry/projects/fn_monitoring/analysis/domain_coverage_gaps/.venv/bin/python",
"args": ["-m", "jupyter_mcp_server.server"],
"env": {
"SERVER_URL": "http://localhost:8889",
"TOKEN": ""
}
}
}
}