Modules§
Structs§
- Client
SseTransport - Client-side Server-Sent Events (SSE) transport implementation
- Client
SseTransport Options - Configuration options for the Client SSE Transport
- Message
Dispatcher - Provides a dispatcher for sending MCP messages and handling responses.
- SseTransport
- Stdio
Transport - Implements a standard I/O transport for MCP communication.
- Transport
Options - Configuration for the transport layer
Enums§
- IoStream
- Enum representing a stream that can either be readable or writable. This allows the reuse of the same traits for both MCP Server and MCP Client, where the data direction is reversed.
Traits§
- McpDispatch
- A trait for sending MCP messages.
- Transport
- A trait representing the transport layer for MCP.