pub type McpNotificationStream = Pin<Box<dyn Stream<Item = Result<McpNotification, ToolError>> + Send>>;
pub struct McpNotificationStream { /* private fields */ }