Two pipes between programs
Two local programs need a path for their messages.
The host can open one stream into the server and another stream back out. The server reads requests from the first stream and writes replies to the second.
Programs call these streams standard input and standard output. MCP calls this connection method the stdio transport.
It is a pair of message pipes inside one computer.