Development4 views

GitHub Copilot Adds MCP Support and Stabilizes Agent Mode in VS Code 1.99

The GitHub Copilot Agent Mode is now fully stable with the release of Visual Studio Code 1.99, marking a major milestone in the evolution of AI-powered coding. Developers can now describe high-level tasks in natural language and let GitHub Copilot handle the rest — from planning the work to editing the actual codebase.

What Is GitHub Copilot Agent Mode?

Agent Mode allows developers to interact with their code using natural language prompts like “add user authentication” or “refactor this component.” Once a task is submitted, Copilot intelligently:

  • Plans the required steps

  • Chooses relevant files

  • Edits the code accordingly

  • Triggers other tools as needed

This feature drastically enhances productivity and lowers the barrier to implementing complex features or maintaining large codebases.

Now Supporting Model Context Protocol (MCP)

One of the most exciting updates in this release is support for Model Context Protocol (MCP). MCP is a standard for communication between AI agents, external tools, apps, and data sources.

By integrating MCP, GitHub Copilot becomes more extensible and better equipped to work within complex development environments, making it easier to incorporate custom tools and external APIs into your workflow.

More AI-Powered Enhancements in VS Code 1.99

This release also includes several other improvements related to AI code assistance:

🧠 Experimental Reasoning Enhancements

A new experimental feature allows the Copilot agent to better “reason” between multiple requests, enabling smarter and more context-aware interactions.

💡 Next Edit Suggestions

Next Edit Suggestions provide smaller, cleaner changes that reduce surrounding code noise. This makes suggestions easier to review and adopt.

📓 Jupyter Notebook Creation via Chat

Developers can now create new Jupyter notebooks directly from the chat interface, streamlining data science workflows.

🔐 Bring Your Own API Keys

Copilot now supports custom API keys for popular providers like Azure, Anthropic, Gemini, and more — giving users more control and flexibility over their AI integrations.

Why This Matters for Developers

With these new features, GitHub Copilot becomes more than just an autocomplete tool — it’s a smart, contextual, and proactive development assistant. From building full features with a single prompt to integrating with custom APIs, the new Agent Mode opens doors to faster and smarter software development.