MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

GitHub MCP Server shipped 2026-07-28 support five days before the revision was released

GitHub published a changelog entry stating its MCP server already supported the stateless revision, five days ahead of the revision's release date, built on a Go SDK pre-release. The entry describes removing sessions, the initialize handshake, and the Redis-backed session store.

GitHub announced on July 23 that the GitHub MCP Server already supported the stateless 2026-07-28 revision, five days ahead of the revision's official release: "The MCP protocol is going stateless on 28th July 2026, and the GitHub MCP Server supports the latest spec ahead of the official release."

The changelog describes three server-side changes. Request values needed for logging and secret scanning now come from HTTP headers guaranteed to be present, ending deep packet inspection of every request body. The stdio server's URL-based login flow was upgraded to multi round-trip requests, with the Go SDK providing a wrapper that serves both old and new clients. And the Redis-backed session store was removed outright: database writes on initialize are gone, and database reads are gone from every call. The entry also notes the new extensions model, naming MCP apps and Enterprise Managed Auth as extensions already supported by VS Code, and states that no user action is required because all Tier 1 SDKs preserved backwards compatibility.

Release metadata corroborates the timeline. Server v1.7.0, published July 23, carries the 2026-07-28 changes via go-sdk 1.7.0-pre.3; v1.8.0 on July 30 moved to the stable go-sdk v1.7.0. From the SDK side, the Go maintainers cite the deployment as validation at scale, stating the pre-release "is already successfully used by GitHub, serving more than half a million users" (their characterization, not GitHub's own number). GitHub states no deprecation timeline for the older protocol version.

The adoption tracker records this as a verified support record for the GitHub MCP Server against MCP 2026-07-28.

Related servers and clients

Related spec revisions

Related publishers

How was this verified, and what are the sources?

Published · last verified · confidence 0.95.

  1. GitHub Changelog entry (2026-07-23) "GitHub MCP Server supports the next MCP specification" - states "The MCP protocol is going stateless on 28th July 2026, and the GitHub MCP Server supports the latest spec ahead of the official release", describes removing sessions and initialize, "Removed Redis sessions", reading values from HTTP headers instead of deep packet inspection, and the MRTR elicitation upgrade; notes MCP apps and Enterprise Managed Auth are extensions already supported by VS Code - accessed
  2. GitHub release page for github-mcp-server v1.7.0 (published 2026-07-23T13:12:43Z) - Highlights state "The latest changes for the MCP 2026-07-28 spec are included via go-sdk to 1.7.0-pre.3" - accessed
  3. GitHub release page for github-mcp-server v1.8.0 (published 2026-07-30) - changelog line "Upgrade go-sdk to v1.7.0", moving off the pre-release - accessed
  4. GitHub release page for go-sdk v1.7.0 - body states v1.7.0-pre.3 "is already successfully used by GitHub, serving more than half a million users" - accessed

← All news