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

    Interface InitializeRequest

    Request parameters for the initialize method.

    Sent by the client to establish connection and negotiate capabilities.

    See protocol docs: Initialization

    interface InitializeRequest {
        clientCapabilities?: ClientCapabilities;
        protocolVersion: number;
    }
    Index

    Properties

    clientCapabilities?: ClientCapabilities
    protocolVersion: number

    The latest protocol version supported by the client.