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

    Interface McpCapabilities

    MCP capabilities supported by the agent.

    interface McpCapabilities {
        _meta?: { [k: string]: unknown };
        http?: boolean;
        sse?: boolean;
    }
    Index

    Properties

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    http?: boolean

    Agent supports [McpServer::Http].

    sse?: boolean

    Agent supports [McpServer::Sse].