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