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 */ }