@zuplo/runtime 6.62.4 → 6.62.6

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.
@@ -5231,6 +5231,10 @@ declare interface McpGatewayOrigin {
5231
5231
  * The actual endpoint of the origin MCP server
5232
5232
  */
5233
5233
  baseUrl: string;
5234
+ /**
5235
+ * Custom headers to send to the origin MCP server
5236
+ */
5237
+ headers?: Record<string, string>;
5234
5238
  /**
5235
5239
  * The list of allowed tools on the server
5236
5240
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.62.4",
4
+ "version": "6.62.6",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {