You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/af-project-files.adoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,9 @@ tools:
342
342
name: talent-pool-mcp # Exchange asset ID of MCP server. By default, the groupId for this asset is the same as that in exchange.json.
343
343
allowed: # Allowlist specific tools
344
344
- TalentPoolMcpServer.match_email_to_address
345
+
headersToPropagate:
346
+
- Authorization
347
+
- X-Correlation-Id # Optional. Header names to forward when invoking this tool.
345
348
- mcp:
346
349
ref:
347
350
name: slack-mcp
@@ -358,6 +361,7 @@ The `tools` element has these properties.
358
361
|`mcp.ref` |The reference to the MCP server that is available to this broker. |String |See <<mcp-servers-section,MCP Servers>> |Yes
359
362
|`mcp.connection.ref` |Connection reference. |String |See <<connections-section,Connections>> |No
360
363
|`mcp.allowed` |Filters the list of tools advertised by the MCP server to only those in this list. Mutually exclusive with 'denied'. |Array of strings |Array of tool name strings |No
364
+
|`mcp.headersToPropagate` |The names of the request headers to propagate when the broker invokes this tool. |Array of strings |Array of header name strings |No
361
365
|===
362
366
363
367
[[links-section]]
@@ -376,6 +380,9 @@ links:
376
380
ref:
377
381
name: hr-agent # Exchange asset ID of the linked agent. By default, the groupId for this asset is the same as that in exchange.json.
378
382
namespace: # Optional. If the asset was defined in a different business group, set the corresponding groupId here.
383
+
headersToPropagate:
384
+
- Authorization
385
+
- X-Correlation-Id # Optional. Header names to forward when invoking this agent.
379
386
- agent:
380
387
ref:
381
388
name: badging-agent
@@ -415,6 +422,7 @@ The `links` element has these properties.
415
422
|`links[].agent.ref.name` |Exchange asset ID of the linked agent. This references the `assetId` that the agent has in Anypoint Exchange, not the human-friendly name.|String|Asset ID string (for example, "hr-agent", "crm-agent"). By default, the groupId for this asset is the same as that in exchange.json|Yes
416
423
|`links[].agent.ref.namespace` |Business group ID (groupId) where the asset is defined. Use this when the asset was defined in a different business group than the current one.|String|Group ID string. To find the groupId, look in the `dependencies` section in `exchange.json`|No
417
424
|`links[].agent.connection.ref` |Connection reference.|String|See <<connections-section,Connections>>. This references a connection defined in the `connections` section|No
425
+
|`links[].agent.headersToPropagate` |The names of the request headers to propagate when the broker invokes this agent.|Array of strings|Array of header name strings |No
0 commit comments