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

    Interface Notification

    interface Notification {
        method: string;
        params?: AgentNotification | null;
    }
    Index

    Properties

    Properties

    method: string
    params?: AgentNotification | null