Agent Client Protocol - v0.0.34
    Preparing search index...

    Interface McpServer

    Configuration for connecting to an MCP (Model Context Protocol) server.

    MCP servers provide tools and context that the agent can use when processing prompts.

    See protocol docs: MCP Servers

    interface McpServer {
        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.