The whole hunk
from line 27, old and new numbered
/
lines
from line 27
2727
2828- `"anthropic-beta": array of AnthropicBeta`
2929
30 Optional header to specify the beta version(s) you want to use.
30 This endpoint is in beta: requests must send `mcp-tunnels-2026-05-19` in this header.
3131
3232 - `string`
3333
from line 158
158158curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/rotate_token \
159159 -X POST \
160160 -H 'anthropic-version: 2023-06-01' \
161 -H 'anthropic-beta: mcp-tunnels-2026-05-19' \
161162 -H "X-Api-Key: $ANTHROPIC_API_KEY"
162163```
163164