Table of Contents

Class RequestParamsMetadata

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Metadata related to the request.

public class RequestParamsMetadata
Inheritance
RequestParamsMetadata
Inherited Members

Properties

ProgressToken

If specified, the caller is requesting out-of-band progress notifications for this request (as represented by notifications/progress). The value of this parameter is an opaque token that will be attached to any subsequent notifications. The receiver is not obligated to provide these notifications.

[JsonPropertyName("progressToken")]
public ProgressToken? ProgressToken { get; set; }

Property Value

ProgressToken?