Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface McpCapabilities

    MCP capabilities supported by the agent.

    interface McpCapabilities {
        http?: boolean;
        sse?: boolean;
    }
    Index

    Properties

    Properties

    http?: boolean

    Agent supports [McpServer::Http].

    sse?: boolean

    Agent supports [McpServer::Sse].