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

    Type Alias McpServerAcpExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    ACP transport configuration for MCP.

    The MCP server is provided by an ACP component and communicates over the ACP channel using mcp/connect, mcp/message, and mcp/disconnect.

    type McpServerAcp = {
        _meta?: { [key: string]: unknown } | null;
        id: McpServerAcpId;
        name: string;
    }
    Index

    Properties

    Properties

    _meta?: { [key: string]: unknown } | null

    The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.

    See protocol docs: Extensibility

    Unique identifier for this MCP server, generated by the component providing it.

    Providers MUST NOT reuse an ID for multiple ACP-transport MCP servers that are visible on the same ACP connection.

    name: string

    Human-readable name identifying this MCP server.