Class PaginatedRequestParams
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
Used as a base class for paginated requests. See the schema for details
public class PaginatedRequestParams : RequestParams
- Inheritance
-
PaginatedRequestParams
- Derived
- Inherited Members
Properties
Cursor
An opaque token representing the current pagination position. If provided, the server should return results starting after this cursor.
[JsonPropertyName("cursor")]
public string? Cursor { get; init; }