@modelcontextprotocol/sdk
    Preparing search index...

    Variable PaginatedRequestSchemaConst

    PaginatedRequestSchema: ZodObject<
        extendShape<
            {
                method: ZodString;
                params: ZodOptional<
                    ZodObject<
                        {
                            _meta: ZodOptional<
                                ZodObject<
                                    { progressToken: ZodOptional<ZodUnion<(...)>> },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        { progressToken: ZodOptional<(...)> },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        { progressToken: ZodOptional<(...)> },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                            >;
                        },
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                >;
            },
            {
                params: ZodOptional<
                    ZodObject<
                        extendShape<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            { cursor: ZodOptional<ZodString> },
                        >,
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            extendShape<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                { cursor: ZodOptional<ZodString> },
                            >,
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            extendShape<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                { cursor: ZodOptional<ZodString> },
                            >,
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            method: string;
            params?: objectOutputType<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    { cursor: ZodOptional<ZodString> },
                >,
                ZodTypeAny,
                "passthrough",
            >;
        },
        {
            method: string;
            params?: objectInputType<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                { progressToken: ZodOptional<ZodUnion<(...)>> },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                        >;
                    },
                    { cursor: ZodOptional<ZodString> },
                >,
                ZodTypeAny,
                "passthrough",
            >;
        },
    > = ...