Variable: GatewayRequestUpdateMcpServerSchema
const GatewayRequestUpdateMcpServerSchema: z.ZodType<{
name?: string;
description?: string | null;
}>;
Defined in: src/models/ai-gateway-extensions.ts:185
SCM UpdateMcpServer; stable request fields are strict; extension maps accept finite JSON.