Table of Contents

Class UnsubscribeFromResourceRequestParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Sent from the client to request cancellation of resources/updated notifications from the server. This should follow a previous resources/subscribe request. See the schema for details

public class UnsubscribeFromResourceRequestParams
Inheritance
UnsubscribeFromResourceRequestParams
Inherited Members

Properties

Uri

The URI of the resource to unsubscribe from.

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

Property Value

string