Skip to main content

OutboundSender

Type Alias OutboundSender 

Source
pub type OutboundSender = UnboundedSender<Value>;
Expand description

Outbound message sink — typically wraps the MCP transport’s writer (stdout for stdio servers, an SSE channel for HTTP servers).

Aliased Type§

pub struct OutboundSender { /* private fields */ }