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

    Type Alias AgentNotification

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

    Properties

    Properties

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