Skip to main content

Variable: GatewayMcpServerMappingSchema

const GatewayMcpServerMappingSchema: z.ZodType<{
[key: string]: unknown;
id: string;
guardrail_id: string;
mcp_server_id: string;
run_on: string[];
capability_ids?: string[];
}>;

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

SCM McpServerMapping; unknown response fields are preserved.