@modelcontextprotocol/sdk
    Preparing search index...

    Variable ResourceContentsSchemaConst

    ResourceContentsSchema: ZodObject<
        { mimeType: ZodOptional<ZodString>; uri: ZodString },
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            { mimeType: ZodOptional<ZodString>; uri: ZodString },
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            { mimeType: ZodOptional<ZodString>; uri: ZodString },
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    The contents of a specific resource or sub-resource.