Files
nats/.mcp.json
T
Egutierrez c9e28b8135 feat: notebook 04 — JetStream a fondo + simulador de rendimiento interactivo
JetStream: anatomia de streams (storage/retention/limits), consumers pull durables
con ack y cursor, dedup por Nats-Msg-Id, retencion workqueue, deliver policies.
Simulador: boton ipywidgets que lanza 1 publisher -> N subscribers con miles de
mensajes y grafica en movimiento (acumulado + throughput instantaneo).
2026-06-03 21:52:38 +02:00

17 lines
419 B
JSON

{
"mcpServers": {
"jupyter": {
"command": "bash",
"args": [
"/home/enmanuel/fn_registry/bash/functions/infra/jupyter_mcp_serve.sh"
],
"env": {
"JUPYTER_MCP_VENV": "/home/enmanuel/fn_registry/analysis/nats/.venv",
"JUPYTER_MCP_ROOT": "/home/enmanuel/fn_registry/analysis/nats",
"JUPYTER_MCP_PORT": "8890",
"JUPYTER_MCP_TOKEN": ""
}
}
}
}