Skip to content

Commit 55f92d4

Browse files
committed
chore: add changeset
1 parent cda1213 commit 55f92d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changesets/docs_air_44.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Add support for forwarding headers from MCP clients to GraphQL APIs - @DaleSeo PR #428
2+
3+
Adds opt-in support for dynamic header forwarding, which enables metadata for A/B testing, feature flagging, geo information from CDNs, or internal instrumentation to be sent from MCP clients to downstream GraphQL APIs. It automatically blocks hop-by-hop headers according to the guidelines in [RFC 7230, section 6.1](https://datatracker.ietf.org/doc/html/rfc7230#section-6.1), and it only works with the Streamable HTTP transport.
4+
5+
You can configure using the `forward_headers` setting:
6+
7+
```yaml
8+
forward_headers:
9+
- x-tenant-id
10+
- x-experiment-id
11+
- x-geo-country
12+
```

0 commit comments

Comments
 (0)