@modelcontextprotocol/sdk
    Preparing search index...

    Interface ResourceListChangedNotification

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

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

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: "notifications/resources/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.