Files
nats/.mcp.json
T
2026-06-03 19:53:43 +02:00

13 lines
275 B
JSON

{
"mcpServers": {
"jupyter": {
"command": "/home/enmanuel/fn_registry/analysis/nats/.venv/bin/jupyter-mcp-server",
"args": [
"--transport", "stdio",
"--jupyter-url", "http://localhost:8890",
"--jupyter-token", ""
]
}
}
}