Host-started runtime substrate for active MCP sessions.
The runtime owns transient, node-local coordination state such as attached SSE
streams, queued notifications, and pending outbound requests. Durable session
facts remain in the host application's MCPKit.SessionStore.
Summary
Functions
Returns a child spec for the host application supervisor.
Derives the default runtime name from a definition module.
Functions
Returns a child spec for the host application supervisor.
Accepts:
:definition- requiredMCPKit.Definitionmodule:name- optional runtime process name:notification_queue_limit- optional per-session queue limit
Derives the default runtime name from a definition module.
For example, MyApp.MCP.Definition becomes MyApp.MCP.Runtime.