@modelcontextprotocol/sdk
    Preparing search index...

    Interface ProgressNotification

    An out-of-band notification used to inform the receiver of a progress update for a long-running request.

    interface ProgressNotification {
        jsonrpc: "2.0";
        method: "notifications/progress";
        params: ProgressNotificationParams;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    method: "notifications/progress"