ResourceUpdatedNotification extension type

A notification from the server to the client, informing it that a resource has changed and may need to be read again.

This should only be sent if the client previously sent a resources/subscribe request.

on
Implemented types

Constructors

ResourceUpdatedNotification.new({required String uri, Meta? meta})
factory
ResourceUpdatedNotification.fromMap(Map<String, Object?> _value)

Properties

meta Meta?
This parameter name is reserved by MCP to allow clients and servers to attach additional metadata to their notifications.
no setterinherited
uri String
The URI of the resource that has been updated.
no setter

Constants

methodName → const String