@zuplo/runtime 6.70.29 → 6.70.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1268,7 +1268,8 @@ export declare interface McpUpstreamConnectionInboundPolicyOptions {
|
|
|
1268
1268
|
* 3. Builds a new `Request` targeting the upstream's MCP HTTP endpoint
|
|
1269
1269
|
* with the customer's body and headers, plus the resolved credential
|
|
1270
1270
|
* translated to `Authorization` / custom request headers.
|
|
1271
|
-
* 4. `fetch`-es the upstream
|
|
1271
|
+
* 4. `fetch`-es the upstream, returning successful responses untouched and
|
|
1272
|
+
* mapping upstream error responses to problem+json responses.
|
|
1272
1273
|
*
|
|
1273
1274
|
* Use this for the common single-upstream pass-through case (the new
|
|
1274
1275
|
* recommended shape). For multi-upstream aggregation or curated catalogs,
|