File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,9 +342,7 @@ tools:
342342 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.
343343 allowed: # Allowlist specific tools
344344 - TalentPoolMcpServer.match_email_to_address
345- headersToPropagate:
346- - Authorization
347- - X-Correlation-Id # Optional. Header names to forward when invoking this tool.
345+ headersToPropagate: [Authorization, X-Request-Id] # Optional. Header names to forward when invoking this tool.
348346 - mcp:
349347 ref:
350348 name: slack-mcp
@@ -380,9 +378,7 @@ links:
380378 ref:
381379 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.
382380 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.
381+ headersToPropagate: [Authorization, X-Correlation-Id] # Optional. Header names to forward when invoking this agent.
386382 - agent:
387383 ref:
388384 name: badging-agent
@@ -1171,4 +1167,3 @@ links:
11711167 name: hr-agent
11721168 namespace: <the groupId>
11731169----
1174-
You can’t perform that action at this time.
0 commit comments