@h1deya/langchain-mcp-tools - v0.2.3
    Preparing search index...

    Interface CommandBasedConfig

    Configuration for a command-line based MCP server. This is used for local MCP servers that are spawned as child processes.

    interface CommandBasedConfig {
        url?: undefined;
        command: string;
        args?: string[];
        env?: Record<string, string>;
        stderr?: number | Stream | IOType;
        cwd?: string;
    }
    Index

    Properties

    url?: undefined
    command: string
    args?: string[]
    env?: Record<string, string>
    stderr?: number | Stream | IOType
    cwd?: string