Use stdio when the MCP client launches your server as a local command and communicates through stdin and stdout.Documentation Index
Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt
Use this file to discover all available pages before exploring further.
Start the stdio transport
Run it
Keep stdout clean
Do not write logs to stdout in stdio mode. Stdout is the MCP message channel. Send diagnostic output to stderr instead.Use stdio when
- local desktop MCP clients
- editor integrations that launch a command directly
- tools that do not need a long-running network service