c9e28b8135
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).
17 lines
419 B
JSON
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": ""
|
|
}
|
|
}
|
|
}
|
|
}
|