@modelcontextprotocol/sdk
    Preparing search index...

    Interface PromptListChangedNotification

    An optional notification from the server to the client, informing it that the list of prompts it offers has changed. This may be issued by servers without any previous subscription from the client.

    interface PromptListChangedNotification {
        jsonrpc: "2.0";
        method: "notifications/prompts/list_changed";
        params?: { _meta?: { [key: string]: unknown }; [key: string]: unknown };
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "notifications/prompts/list_changed"
    params?: { _meta?: { [key: string]: unknown }; [key: string]: unknown }

    Type Declaration

    • [key: string]: unknown
    • Optional_meta?: { [key: string]: unknown }

      See General fields: _meta for notes on _meta usage.