The whole hunk
from line 28, old and new numbered
/
lines
from line 28
2828
2929- `"anthropic-beta": array of AnthropicBeta`
3030
31 Optional header to specify the beta version(s) you want to use.
31 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3232
3333 - `string`
3434
from line 151
151151curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/reveal_token \
152152 -X POST \
153153 -H 'anthropic-version: 2023-06-01' \
154 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
154155 -H "X-Api-Key: $ANTHROPIC_API_KEY"
155156```
156157