@runloop/agent-axon-client
    Preparing search index...

    Type Alias McpStdioServerConfig

    type McpStdioServerConfig = {
        args?: string[];
        command: string;
        env?: Record<string, string>;
        type?: "stdio";
    }
    Index

    Claude SDK

    Claude SDK

    args?: string[]
    command: string
    env?: Record<string, string>
    type?: "stdio"