MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Azure MCP Server migrates to the 2026-07-28 stateless protocol in prerelease, requiring routing headers on every POST

Microsoft's Azure MCP Server moved to the 2026-07-28 stateless protocol in a prerelease published the day the revision landed. HTTP clients using the new revision must send the Mcp-Method and Mcp-Name routing headers on every POST, while clients on 2025-11-25 are auto-negotiated for backward compatibility.

Microsoft's Azure MCP Server migrated to the stateless 2026-07-28 protocol in prerelease 3.0.0-beta.30, published July 28, the day the revision landed. The changelog entry is explicit about the wire contract: HTTP clients using the new protocol must include the Mcp-Method and Mcp-Name routing headers on every POST request, while clients on the previous 2025-11-25 protocol are unaffected because the server auto-negotiates backward compatibility. The migration is built on the C# SDK at 2.0.0-preview.1.

The release page puts the server's individual tool count at 427 and lists its distribution channels: Azure.Mcp on NuGet, @azure/mcp on npm, msmcp-azure on PyPI, and .mcpb bundles. A follow-up prerelease, 3.0.0-beta.31, landed July 31.

The framing that matters for the tracker: this migration shipped in a beta prerelease, not a stable release, so it records as migrated-in-prerelease rather than a stable adoption milestone. The stable 3.0.0 will be the cleaner marker when it arrives.

Related spec revisions

How was this verified, and what are the sources?

Published · last verified · confidence 0.90.

  1. microsoft/mcp CHANGELOG.md for Azure.Mcp.Server, section "3.0.0-beta.30 (2026-07-28)" - states "Migrated Azure MCP Server to the MCP 2026-07-28 stateless protocol (SDK 2.0.0-preview.1). HTTP clients using the new protocol must now include Mcp-Method and Mcp-Name routing headers on every POST request. Clients on the previous 2025-11-25 protocol are unaffected - the server auto-negotiates backward compatibility." (PR #3016) - accessed
  2. microsoft/mcp release page "Azure.Mcp.Server 3.0.0-beta.30" (published 2026-07-28T18:07:33Z) - body states "The current individual tool count is: 427" and lists distribution as NuGet Azure.Mcp, npm @azure/mcp, PyPI msmcp-azure, and .mcpb bundles - accessed

← All news