@modelcontextprotocol/sdk
    Preparing search index...

    Interface ResourceUpdatedNotificationParams

    Parameters for a notifications/resources/updated notification.

    interface ResourceUpdatedNotificationParams {
        _meta?: { [key: string]: unknown };
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _meta?: { [key: string]: unknown }

    See General fields: _meta for notes on _meta usage.

    uri: string

    The URI of the resource that has been updated. This might be a sub-resource of the one that the client actually subscribed to.

    uri