@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.
- package/out/esm/index.js +1 -1
- package/out/esm/index.js.map +1 -1
- package/out/types/index.d.ts +4 -0
- package/package.json +1 -1
package/out/types/index.d.ts
CHANGED
|
@@ -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
|
*/
|