Expand description
Transport layer for the MCP protocol handles the serialization and deserialization of message handles send and receive of messages defines transport layer types
Structs§
- Client
Stdio Transport - ClientStdioTransport launches a child process and communicates with it via stdio
- Json
RpcError - Json
RpcNotification - Json
RpcRequest - Json
RpcResponse - Json
RpcVersion - JSON RPC version type
- Server
Stdio Transport - Stdio transport for server with json serialization TODO: support for other binary serialzation formats