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

    Type Alias PermissionOptionKind

    PermissionOptionKind:
        | "allow_once"
        | "allow_always"
        | "reject_once"
        | "reject_always"

    The type of permission option being presented to the user.

    Helps clients choose appropriate icons and UI treatment.