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

    Type Alias McpServer

    McpServer:
        | McpServerHttp & { type: "http" }
        | McpServerSse & { type: "sse" }
        | McpServerStdio

    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