Thanks to visit codestin.com
Credit goes to agentclientprotocol.github.io

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

    Type Alias ClientNotification

    type ClientNotification = {
        method: string;
        params?: CancelNotification | ExtNotification | null;
    }
    Index

    Properties

    Properties

    method: string