MCP TypeScript SDK (V2)
    Preparing search index...
    OptionalSafeUrlSchema: ZodUnion<
        [
            ZodOptional<ZodURL>,
            ZodPipe<ZodLiteral<"">, ZodTransform<undefined, "">>,
        ],
    > = ...

    Optional version of SafeUrlSchema that allows empty string for backward compatibility on tos_uri and logo_uri