Table of Contents

Class SubscribeRequestParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Sent from the client to request updated notifications from the server whenever a particular primitive changes. See the schema for details

public class SubscribeRequestParams : RequestParams
Inheritance
SubscribeRequestParams
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