@modelcontextprotocol/sdk
    Preparing search index...

    Variable TextContentSchemaConst

    TextContentSchema: ZodObject<
        { text: ZodString; type: ZodLiteral<"text"> },
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            { text: ZodString; type: ZodLiteral<"text"> },
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            { text: ZodString; type: ZodLiteral<"text"> },
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    Text provided to or from an LLM.