Variable: GatewayCatalogMcpConfigurationSchema
const GatewayCatalogMcpConfigurationSchema: z.ZodType<{
[key: string]: unknown;
custom_headers?: {
[key: string]: unknown;
};
passthrough_header?: {
[key: string]: unknown;
};
}>;
Defined in: src/models/ai-gateway-extensions.ts:2746
SCM CatalogMcpConfiguration; unknown response fields are preserved.