@modelcontextprotocol/sdk
    Preparing search index...

    Variable ListResourcesResultSchemaConst

    ListResourcesResultSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                },
                { nextCursor: ZodOptional<ZodString> },
            >,
            {
                resources: ZodArray<
                    ZodObject<
                        {
                            description: ZodOptional<ZodString>;
                            mimeType: ZodOptional<ZodString>;
                            name: ZodString;
                            uri: ZodString;
                        },
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<
                            {
                                description: ZodOptional<ZodString>;
                                mimeType: ZodOptional<ZodString>;
                                name: ZodString;
                                uri: ZodString;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                        objectInputType<
                            {
                                description: ZodOptional<ZodString>;
                                mimeType: ZodOptional<ZodString>;
                                name: ZodString;
                                uri: ZodString;
                            },
                            ZodTypeAny,
                            "passthrough",
                        >,
                    >,
                    "many",
                >;
            },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {},
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<{}, ZodTypeAny, "passthrough">,
                                objectInputType<{}, ZodTypeAny, "passthrough">,
                            >,
                        >;
                    },
                    { nextCursor: ZodOptional<ZodString> },
                >,
                {
                    resources: ZodArray<
                        ZodObject<
                            {
                                description: ZodOptional<ZodString>;
                                mimeType: ZodOptional<ZodString>;
                                name: ZodString;
                                uri: ZodString;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    description: ZodOptional<ZodString>;
                                    mimeType: ZodOptional<ZodString>;
                                    name: ZodString;
                                    uri: ZodString;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    description: ZodOptional<ZodString>;
                                    mimeType: ZodOptional<ZodString>;
                                    name: ZodString;
                                    uri: ZodString;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                        "many",
                    >;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                extendShape<
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {},
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<{}, ZodTypeAny, "passthrough">,
                                objectInputType<{}, ZodTypeAny, "passthrough">,
                            >,
                        >;
                    },
                    { nextCursor: ZodOptional<ZodString> },
                >,
                {
                    resources: ZodArray<
                        ZodObject<
                            {
                                description: ZodOptional<ZodString>;
                                mimeType: ZodOptional<ZodString>;
                                name: ZodString;
                                uri: ZodString;
                            },
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<
                                {
                                    description: ZodOptional<ZodString>;
                                    mimeType: ZodOptional<ZodString>;
                                    name: ZodString;
                                    uri: ZodString;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                            objectInputType<
                                {
                                    description: ZodOptional<ZodString>;
                                    mimeType: ZodOptional<ZodString>;
                                    name: ZodString;
                                    uri: ZodString;
                                },
                                ZodTypeAny,
                                "passthrough",
                            >,
                        >,
                        "many",
                    >;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    The server's response to a resources/list request from the client.