MCP Session Lifecycle

Understand the MCP server session lifecycle: proxy supervision, daemon watch loop, session state machine, rejoin/reconnect races, and room eviction. Use when working on runt-mcp, runt-mcp-proxy, daemon_watch.rs, or any code that reads/writes the session Arc<RwLock<Option<NotebookSession>>>.

nteract 8511143 13.6 KB Updated

File contents

nteract/nteract/tree/main/.agents/skills/mcp-session-lifecycle commit 851114342d

Frequently asked questions

npx skillmds@latest add nteract/mcp-session-lifecycle