Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface Stdio

    Stdio transport configuration

    All Agents MUST support this transport.

    interface Stdio {
        args: string[];
        command: string;
        env: EnvVariable[];
        name: string;
    }
    Index

    Properties

    Properties

    args: string[]

    Command-line arguments to pass to the MCP server.

    command: string

    Path to the MCP server executable.

    Environment variables to set when launching the MCP server.

    name: string

    Human-readable name identifying this MCP server.