pub fn start_drain_task()Expand description
Spawn the background drain task inside the running Tokio runtime.
Must be called once at MCP server startup. Subsequent calls are no-ops;
the first call wins and installs the channel sender into [TX].
pub fn start_drain_task()Spawn the background drain task inside the running Tokio runtime.
Must be called once at MCP server startup. Subsequent calls are no-ops;
the first call wins and installs the channel sender into [TX].