@modelcontextprotocol/sdk
    Preparing search index...

    Variable ResourceSchemaConst

    ResourceSchema: ZodObject<
        extendShape<
            { name: ZodString; title: ZodOptional<ZodString> },
            {
                _meta: ZodOptional<
                    ZodObject<
                        {},
                        "passthrough",
                        ZodTypeAny,
                        objectOutputType<{}, ZodTypeAny, "passthrough">,
                        objectInputType<{}, ZodTypeAny, "passthrough">,
                    >,
                >;
                description: ZodOptional<ZodString>;
                mimeType: ZodOptional<ZodString>;
                uri: ZodString;
            },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                { name: ZodString; title: ZodOptional<ZodString> },
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                    description: ZodOptional<ZodString>;
                    mimeType: ZodOptional<ZodString>;
                    uri: ZodString;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                { name: ZodString; title: ZodOptional<ZodString> },
                {
                    _meta: ZodOptional<
                        ZodObject<
                            {},
                            "passthrough",
                            ZodTypeAny,
                            objectOutputType<{}, ZodTypeAny, "passthrough">,
                            objectInputType<{}, ZodTypeAny, "passthrough">,
                        >,
                    >;
                    description: ZodOptional<ZodString>;
                    mimeType: ZodOptional<ZodString>;
                    uri: ZodString;
                },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    A known resource that the server is capable of reading.