feat: analisis NATS pub/sub con 3 notebooks

This commit is contained in:
Egutierrez
2026-06-03 19:53:43 +02:00
commit 595930f3c8
24 changed files with 6167 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"jupyter": {
"command": "/home/enmanuel/fn_registry/analysis/nats/.venv/bin/jupyter-mcp-server",
"args": [
"--transport", "stdio",
"--jupyter-url", "http://localhost:8890",
"--jupyter-token", ""
]
}
}
}