Skip to main content

Variable: GatewayMcpServerCapabilitiesListResponseSchema

const GatewayMcpServerCapabilitiesListResponseSchema: z.ZodType<{
[key: string]: unknown;
data?: GatewayMcpServerCapabilityItem[];
counts?: GatewayMcpServerCapabilitiesCounts;
total?: number;
has_more?: boolean;
}>;

Defined in: src/models/ai-gateway-extensions.ts:348

SCM McpServerCapabilitiesListResponse; unknown response fields are preserved.