Table of Contents

Class RequestParams

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Provides a base class for all request parameters.

public abstract class RequestParams
Inheritance
RequestParams
Derived
Inherited Members

Remarks

See the schema for details.

Properties

Meta

Gets or sets metadata related to the request that provides additional protocol-level information.

[JsonPropertyName("_meta")]
public RequestParamsMetadata? Meta { get; init; }

Property Value

RequestParamsMetadata

Remarks

This can include progress tracking tokens and other protocol-specific properties that are not part of the primary request parameters.