Variable: GatewayMcpServerListResponseSchema
const GatewayMcpServerListResponseSchema: z.ZodType<{
[key: string]: unknown;
data?: GatewayMcpServerListItem[];
total?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:70
SCM McpServerListResponse; unknown response fields are preserved.