| Classes | |
|---|---|
| InMemoryTransport | In-process JSON-RPC duplex between two |
| ReceiveContext | Transport-supplied context accompanying an inbound JSON-RPC message. |
| SendContext | Per-call context accompanying an outbound JSON-RPC message on a transport. |
| Interfaces | |
| ProtocolVersionAwareInterface | Implemented by transports that need the negotiated MCP protocol version after the initialize handshake. |
| SubscriptionInterface | Opaque handle returned by transport listener registrations. |
| TransportInterface | Bidirectional JSON-RPC envelope duplex between this SDK and a connected peer. - Listeners fire in registration order.
|
| Enums | |
| TransportState | Lifecycle state of a |