Skip to main content

Module transport

Module transport 

Source
Expand description

Transport layer for MCP JSON-RPC communication.

MCP uses newline-delimited JSON over stdin/stdout.

Structs§

StdioTransport
Transport for reading/writing JSON-RPC messages.

Enums§

IncomingMessage
Message that can be received from the client.