Stdio Client Transport
A transport implementation for JSON-RPC communication that leverages standard input and output streams.
This class reads from an input stream to process incoming JSON-RPC messages and writes JSON-RPC messages to an output stream.
Parameters
input
The input stream where messages are received.
output
The output stream where messages are sent.