ADK for TypeScript: API Reference
    Preparing search index...

    Interface StdioConnectionParams

    Defines the parameters for establishing a connection to an MCP server using standard input/output (stdio). This is typically used for running MCP servers as local child processes.

    interface StdioConnectionParams {
        serverParams: StdioServerParameters;
        timeout?: Number;
        type: "StdioConnectionParams";
    }

    Properties

    serverParams: StdioServerParameters
    timeout?: Number
    type: "StdioConnectionParams"