mcp.schema.notification.ResourceUpdatedNotification
See theResourceUpdatedNotification companion object
final case class ResourceUpdatedNotification(uri: String) extends Notification
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.
Attributes
- Companion
- object
- Source
- ResourceUpdatedNotification.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Notificationclass Objecttrait Matchableclass Any
Members list
In this article