Table of Contents

Class PaginatedRequestParams

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Provides a base class for paginated requests.

public class PaginatedRequestParams : RequestParams
Inheritance
PaginatedRequestParams
Derived
Inherited Members

Remarks

Properties

Cursor

Gets or sets an opaque token representing the current pagination position.

[JsonPropertyName("cursor")]
public string? Cursor { get; init; }

Property Value

string

Remarks

If provided, the server should return results starting after this cursor. This value should be obtained from the NextCursor property of a previous request's response.