@modelcontextprotocol/sdk
    Preparing search index...

    Variable LegacyTitledEnumSchemaSchemaConst

    LegacyTitledEnumSchemaSchema: ZodObject<
        {
            default: ZodOptional<ZodString>;
            description: ZodOptional<ZodString>;
            enum: ZodArray<ZodString, "many">;
            enumNames: ZodOptional<ZodArray<ZodString, "many">>;
            title: ZodOptional<ZodString>;
            type: ZodLiteral<"string">;
        },
        "strip",
        ZodTypeAny,
        {
            default?: string;
            description?: string;
            enum: string[];
            enumNames?: string[];
            title?: string;
            type: "string";
        },
        {
            default?: string;
            description?: string;
            enum: string[];
            enumNames?: string[];
            title?: string;
            type: "string";
        },
    > = ...

    Use TitledSingleSelectEnumSchema instead. This interface will be removed in a future version.