Class UnsubscribeRequestParams
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
Sent from the client to request not receiving updated notifications from the server whenever a primitive resource changes. See the schema for details
public class UnsubscribeRequestParams : RequestParams
- Inheritance
-
UnsubscribeRequestParams
- Inherited Members
Properties
Uri
The URI of the resource to unsubscribe fro. The URI can use any protocol; it is up to the server how to interpret it.
[JsonPropertyName("uri")]
public string? Uri { get; init; }