Documentation
¶
Overview ¶
Command stdio-client launches an MCP stdio server as a subprocess and talks to it over the child's stdin/stdout.
Run it against the stdio-server example:
go build -o /tmp/mcp-stdio-server ./examples/stdio-server go run ./examples/stdio-client /tmp/mcp-stdio-server
With no argument it launches the sibling example via `go run`.
Click to show internal directories.
Click to hide internal directories.