Table of Contents

Class ResourceUpdatedNotificationParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Sent from the server as the payload of "notifications/resources/updated" notifications whenever a subscribed resource changes. See the schema for details

public class ResourceUpdatedNotificationParams
Inheritance
ResourceUpdatedNotificationParams
Inherited Members

Properties

Uri

The URI of the resource to subscribe to. The URI can use any protocol; it is up to the server how to interpret it.

[JsonPropertyName("uri")]
public string? Uri { get; init; }

Property Value

string