defaultStdioTransport
Creates a default standard input/output transport for a provided process.
Return
A StdioClientTransport
configured to communicate with the process using its standard input and output.
Parameters
process
The process whose input and output streams will be used for communication.