pub enum McpClientEvent {
Elicitation(ElicitationRequest),
UrlElicitationComplete(UrlElicitationCompleteParams),
}Expand description
Events emitted by MCP clients that require attention from the host
(e.g. the relay or TUI). Flows through a single channel from McpManager
to the consumer.
Variants§
Elicitation(ElicitationRequest)
UrlElicitationComplete(UrlElicitationCompleteParams)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for McpClientEvent
impl !RefUnwindSafe for McpClientEvent
impl Send for McpClientEvent
impl Sync for McpClientEvent
impl Unpin for McpClientEvent
impl UnsafeUnpin for McpClientEvent
impl !UnwindSafe for McpClientEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more