product updateGitHub

GitHub Copilot for Visual Studio adds MCP server trust layer and C++ support

TL;DR

GitHub released its June 2026 update for Copilot in Visual Studio, adding a trust layer for Model Context Protocol (MCP) servers, improved usage analytics visibility, and the first C++ language scenarios for the AI coding assistant.

2 min read
0

GitHub Copilot for Visual Studio adds MCP server trust layer and C++ support

GitHub released its June 2026 update for Copilot in Visual Studio, adding a trust layer for Model Context Protocol (MCP) servers, improved usage analytics visibility, and the first C++ language scenarios for the AI coding assistant.

MCP server trust controls

The update introduces a new trust layer for MCP servers, allowing developers to control which external context providers Copilot can access. MCP, initially developed by Anthropic, enables AI assistants to connect to external data sources and tools through a standardized protocol. The trust layer addresses security concerns by requiring explicit permission before Copilot connects to third-party MCP servers.

This follows growing adoption of MCP across development tools, with GitHub positioning the trust controls as essential for enterprise environments where code security and data governance are critical.

Enhanced usage visibility

Developers can now view more detailed analytics about their Copilot usage directly within Visual Studio. According to GitHub, this includes metrics on acceptance rates, which suggestions are being used, and how frequently Copilot is invoked across different file types and projects.

The enhanced visibility aims to help individual developers and teams understand their AI assistance patterns and measure productivity impact.

C++ language support begins

The update includes what GitHub describes as "the first C++ scenarios" for Copilot in Visual Studio. While GitHub has not disclosed specific details about which C++ features are supported, this marks the initial phase of expanding Copilot's capabilities beyond its strongest languages like Python, JavaScript, and TypeScript.

C++ developers have historically received less comprehensive AI assistance compared to higher-level languages due to the complexity of C++'s syntax, build systems, and memory management patterns.

Availability

The June 2026 update is available now for Visual Studio users with active GitHub Copilot subscriptions. Pricing remains unchanged at $10 per month for individuals or $19 per month for Copilot Business.

What this means

The MCP trust layer signals GitHub's recognition that enterprise adoption of AI coding assistants requires granular security controls, particularly as these tools connect to increasingly diverse external data sources. The C++ support, though limited in this initial release, addresses a significant gap for systems programmers who have been underserved by AI coding tools. The enhanced usage analytics may help justify Copilot's ROI for organizations evaluating AI coding assistant adoption at scale.

Related Articles

product update

Google Launches Gemini Enterprise for Legal, Connecting AI to Contract and Research Platforms

Google Cloud has launched Gemini Enterprise for Legal, a preview product that connects its Gemini models to legal software like iManage, DocuSign, Everlaw, RelativityOne, and Harvey via MCP connectors. The tool automates contract review, legal research, and regulatory tracking while respecting existing permission structures.

product update

Google DeepMind's AI Co-Scientist Now Runs Lab Equipment and Writes Papers, Cuts Fabrication Rate to 4%

Google DeepMind has upgraded its Co-Scientist system from a hypothesis generator into a closed-loop research partner that plans experiments, controls lab equipment, and writes manuscripts. Built on Gemini 3 models, the system cut fabricated-result rates from 46% to 4% using new verification modules, according to Google.

product update

OpenAI Adds Multi-Account Support for Gmail and Google Calendar in ChatGPT and Codex

OpenAI has enabled ChatGPT and Codex users to connect multiple Gmail, Google Calendar, and Google Contacts accounts to a single plugin, removing a prior one-account limitation. The change was confirmed by OpenAI engineer Gabriel Chua on August 28, 2026.

product update

Google Switches Gemini Notebook to Compute-Based Usage Limits Starting September 2

Google is switching Gemini Notebook from fixed daily feature limits to compute-based usage limits that factor in prompt complexity, chat length, and sources used. The change, mirroring a May update to the Gemini app, rolls out to consumer accounts on September 2, 2026.

Comments

Loading...