Weekly Update — July 6 – 13, 2026 #2357
missBerg
announced in
Weekly Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A steady week of shipping: per-request backend credentials landed, Anthropic streaming token accounting got a thorough cleanup, the Helm chart picked up production-hardening knobs, and MCP saw both efficiency and protocol-conformance work. Thanks to everyone who shipped, reviewed, and filed. 🎉
🛣️ MCP spec RC prep, continued
Work toward the MCP spec Release Candidate (July 28) is moving from planning into structure. From the maintainer call: the conformance gaps in #2323 are being clustered by severity and broken out into GitHub sub-issues, with a companion doc narrowing the spec changes down to what specifically needs to change in AI Gateway. If you build on the MCP proxy, the sub-issues are where the pick-up-able work will appear.
The call also revisited the required-header proposal (#2309) — the current direction is to check whether the existing MCP security policy CRD with a CEL expression covers the use case before adding a new field to the forwarding spec.
✨ What's new
Auth & security
Provider & translation coverage
Token accounting was the theme of the week — three fixes that make usage and cost metrics trustworthy:
message_deltaevents is now merged into the final tally, so streamed Anthropic responses report full usage instead of output tokens only.reasoning_effort→ Bedrockreasoning_config— #2190 by @Killusions. OpenAI-stylereasoning_effortnow translates to AWS Bedrock'sreasoning_config, so reasoning models behind Bedrock honor the client's effort setting.MCP
MCPRoute— less resource sprawl for clusters running many routes.initializeover SSE — #2267 by @pjdurden. Non-response SSE events during the initialize handshake are now skipped, so backends that emit pings or notifications mid-handshake no longer break session setup. Closes #2219.Developer experience
Bug fixes & stability
InferencePoolbackendRef is now honored instead of falling back to the route's own namespace.💡 New design proposals & feature requests
One new thread worth a read:
👀 PRs looking for review
If you have time to help review, these are open and waiting:
🙏 Thanks to this week's contributors
@kanurag94, @walsm232, @pjdurden, @Aias00, @Killusions, @xiaolin593, @ajac-zero, @steffen-karlsson, @VadimEisenberg, @isztldav, @siddharth1036, @Hritik003, @0YHR0, @pbonuboinasnow, @sivanantha321, @albe2669, @yuehaii, @andrewrothstein, @nacx — and everyone who showed up to triage, review, and discuss.
See you next week!
All reactions