Skip to content

Commit 7302e07

Browse files
committed
Changing formatting to array
1 parent 2ae4ebb commit 7302e07

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

modules/ROOT/pages/af-project-files.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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-Request-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

0 commit comments

Comments
 (0)