llmwire - v2.2.0
    Preparing search index...

    Interface StdioOptions

    interface StdioOptions {
        args?: string[];
        command: string;
        cwd?: string;
        env?: Record<string, string>;
        timeout?: number;
    }
    Index
    args?: string[]
    command: string
    cwd?: string
    env?: Record<string, string>
    timeout?: number

    ms to wait for a reply before failing the call with MCP_ERROR. Default 60000; 0 disables.