@modelcontextprotocol/sdk
    Preparing search index...

    Interface PaginatedResultInternal

    interface PaginatedResult {
        _meta?: { [key: string]: unknown };
        nextCursor?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _meta?: { [key: string]: unknown }

    See General fields: _meta for notes on _meta usage.

    nextCursor?: string

    An opaque token representing the pagination position after the last returned result. If present, there may be more results available.