@modelcontextprotocol/sdk
    Preparing search index...

    Interface PaginatedRequestInternal

    interface PaginatedRequest {
        id: RequestId;
        jsonrpc: "2.0";
        method: string;
        params?: { cursor?: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    jsonrpc: "2.0"
    method: string
    params?: { cursor?: string }

    Type Declaration

    • Optionalcursor?: string

      An opaque token representing the current pagination position. If provided, the server should return results starting after this cursor.