Agent Client Protocol - v1.2.1
    Preparing search index...

    Type Alias AgentNotification

    A JSON-RPC notification object.

    type AgentNotification = {
        method: string;
        params?:
            | SessionNotification
            | CompleteElicitationNotification
            | MessageMcpNotification
            | ExtNotification
            | null;
    }
    Index
    method: string

    The notification method name.

    params?:
        | SessionNotification
        | CompleteElicitationNotification
        | MessageMcpNotification
        | ExtNotification
        | null

    Method-specific notification parameters.