Skip to main content

Variable: GatewayBulkSyncMcpServerMappingsRequestSchema

const GatewayBulkSyncMcpServerMappingsRequestSchema: z.ZodType<{
mcp_servers: {
[key: string]: {
run_on?: string[];
mcp_integration_capability_ids?: string[];
};
};
}>;

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

SCM BulkSyncMcpServerMappingsRequest; stable request fields are strict; extension maps accept finite JSON.