@modelcontextprotocol/sdk
    Preparing search index...

    Variable TextResourceContentsSchemaConst

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