@modelcontextprotocol/sdk
    Preparing search index...

    Variable PaginatedResultSchemaConst

    PaginatedResultSchema: ZodObject<
        extendShape<
            {
                _meta: ZodOptional<
                    ZodObject<
                        {},
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<{}, ZodTypeAny, "passthrough">,
                        objectInputType<{}, ZodTypeAny, "passthrough">,
                    >,
                >;
            },
            { nextCursor: ZodOptional<ZodString> },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                },
                { nextCursor: ZodOptional<ZodString> },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                },
                { nextCursor: ZodOptional<ZodString> },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...