Table of Contents

Class RequestParamsMetadata

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Provides metadata related to the request that provides additional protocol-level information.

public sealed class RequestParamsMetadata
Inheritance
RequestParamsMetadata
Inherited Members

Remarks

This class contains properties that are used by the Model Context Protocol for features like progress tracking and other protocol-specific capabilities.

Properties

ProgressToken

Gets or sets an opaque token that will be attached to any subsequent progress notifications.

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

Property Value

ProgressToken?

Remarks

The receiver is not obligated to provide these notifications.