CLI (stdio) connection configuration. Use this when the MCP server is launched as a subprocess and communicates over stdin/stdout.
const connection: CliConnection = { type: 'cli' } Copy
const connection: CliConnection = { type: 'cli' }
Readonly
CLI (stdio) connection configuration. Use this when the MCP server is launched as a subprocess and communicates over stdin/stdout.
Example