
GitHub has announced that its MCP Server now supports the upcoming stateless MCP protocol, which will officially launch in 2026. The new protocol simplifies scaling by eliminating session dependencies and allows for faster connections through parallel handshakes. GitHub has also removed Redis sessions and improved its elicitation implementation to enhance performance. This update ensures backward compatibility with existing SDKs, allowing developers to transition smoothly. GitHub's early adoption of the new protocol highlights its commitment to staying at the forefront of technological advancements.
Read originalEarlier coverage that leads up to this article, and what followed. Lines connect each piece to the closest one after it, converging here.
© GitHub ChangelogGitHub Copilot now validates enterprise managed settings directly in the UI, catching malformed JSON and invalid team mappings before they break policy enforcement. This shifts validation from a silent failure mode to an explicit feedback loop, saving admins from debugging why their AI controls aren't applying. By pointing to specific files and JSON paths, it reduces the friction of managing .github-private repositories at scale. It’s a pragmatic fix for a common enterprise pain point rather than a new capability.
© GitHub ChangelogThis release quietly expands llama.cpp's hardware support to include Qualcomm's Hexagon NPU on Linux arm64, a significant step for local inference on Snapdragon devices. It also updates CUDA builds to version 13.4 and introduces ROCm 10.0 binaries, keeping the project aligned with the latest NVIDIA and AMD driver ecosystems. KleidiAI on Apple Silicon is temporarily disabled in this build, likely due to stability checks rather than a feature rollback. For developers targeting edge AI or diverse GPU stacks, this update ensures broader compatibility without requiring custom compilation.
© Lev SelectorNVIDIA introduced the NVFP4 4-bit format and SoL-Pi technology, which uses 2x fewer tokens for improved efficiency.
GitHub Changelog · May 5, 2026 · Related
TechCrunch AI · June 30, 2026 · Background
TechCrunch AI · July 20, 2026 · Related
GitHub Changelog · August 7, 2026 · Related
Claude Code Releases · September 3, 2026 · Background
GitHub finally exposes the hidden latency in pull request workflows through its Copilot usage metrics API. By breaking down merge times into median and p90 durations for ready-to-first-review, first-to-final review, and final-to-merge stages, teams can pinpoint exactly where bottlenecks occur. This granular visibility distinguishes between waiting for initial attention versus lingering in approval queues, allowing for targeted process fixes rather than guessing. Since it ignores bot reviews, the data reflects genuine human collaboration speed, offering a clear signal on team efficiency.