@zuplo/runtime 6.70.30 → 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 and returns the response untouched.
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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.70.30",
4
+ "version": "6.70.31",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {