@modelcontextprotocol/sdk
    Preparing search index...

    Variable ListResourcesRequestSchemaConst

    ListResourcesRequestSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    method: ZodString;
                    params: ZodOptional<
                        ZodObject<
                            {
                                _meta: ZodOptional<
                                    ZodObject<
                                        { progressToken: ZodOptional<(...)> },
                                        "passthrough",
                                        ZodTypeAny,
                                        objectOutputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                        objectInputType<{ progressToken: ... }, ZodTypeAny, "passthrough">,
                                    >,
                                >;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                    >;
                },
                {
                    params: ZodOptional<
                        ZodObject<
                            extendShape<
                                {
                                    _meta: ZodOptional<
                                        ZodObject<
                                            { progressToken: ... },
                                            "passthrough",
                                            ZodTypeAny,
                                            objectOutputType<(...), (...), (...)>,
                                            objectInputType<(...), (...), (...)>,
                                        >,
                                    >;
                                },
                                { cursor: ZodOptional<ZodString> },
                            >,
                            "strip",
                            ZodTypeAny,
                            {
                                _meta?: objectOutputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >;
                                cursor?: string;
                            },
                            {
                                _meta?: objectInputType<
                                    { progressToken: ZodOptional<(...)> },
                                    ZodTypeAny,
                                    "passthrough",
                                >;
                                cursor?: string;
                            },
                        >,
                    >;
                },
            >,
            { method: ZodLiteral<"resources/list"> },
        >,
        "strip",
        ZodTypeAny,
        {
            method: "resources/list";
            params?: {
                _meta?: objectOutputType<
                    { progressToken: ZodOptional<ZodUnion<[ZodString, ZodNumber]>> },
                    ZodTypeAny,
                    "passthrough",
                >;
                cursor?: string;
            };
        },
        {
            method: "resources/list";
            params?: {
                _meta?: objectInputType<
                    { progressToken: ZodOptional<ZodUnion<[ZodString, ZodNumber]>> },
                    ZodTypeAny,
                    "passthrough",
                >;
                cursor?: string;
            };
        },
    > = ...

    Sent from the client to request a list of resources the server has.