Re-exports§
pub use crate::status::McpServerAuthCapability;pub use crate::status::McpServerStatus;pub use crate::status::McpServerStatusEntry;
Structs§
- Elicitation
Request - Elicitation
Response - McpConnection
Details - McpManager
- Manages connections to multiple MCP servers and their tools
- OAuth
Handler Context - Context passed to an
OAuthHandlerFactoryso the constructed handler can dispatch user-facing prompts back to the host through the MCP event channel. - UrlElicitation
Complete Params
Enums§
- McpClient
Event - Events emitted by MCP clients that require attention from the host
(e.g. the relay or TUI). Flows through a single channel from
McpManagerto the consumer.