Agent mode with MCP support rolls out to every VS Code user as Microsoft turns 50
On Microsoft's 50th anniversary, GitHub began rolling agent mode — plus Model Context Protocol support — out to all VS Code users in Stable, and published an open-source local GitHub MCP server so any MCP-capable LLM client can call GitHub tooling. Agent mode runs multi-step tasks: it reads the workspace, proposes edits, runs terminal commands it asks you to approve, watches compile and lint output, and self-corrects until the task completes. Tool surface is now three-way — built-in VS Code tools, MCP servers, and VS Code extensions that contribute language-model tools — configured through .vscode/mcp.json with ${env:...} input variables instead of hard-coded secrets.
GitHub also made Anthropic, Google and OpenAI models generally available inside Copilot and introduced a new Copilot Pro+ tier metered by premium requests, with allowances beginning May 5, 2025. Satya Nadella's keynote added a Code Review Agent and a multi-agent framework in Azure AI Foundry, alongside red-teaming agents and code-vulnerability tooling.

WHY IT MATTERS
MCP went from an Anthropic-specific integration to a first-class transport inside the world's most-used editor in about four months. If you maintain a dev tool, a design system, or internal infrastructure, the cheapest distribution channel for it is now an MCP server — and the attack surface moved with it: tool descriptions and tool responses arrive in the model context from third parties, so an MCP server you did not write can carry instructions the agent treats as trusted.





