Skip to content

Releases: microsoft/mcp

Azure.Mcp.Server 3.0.0-beta.20

18 Jun 17:41
640fb13

Choose a tag to compare

Pre-release

Core functionality improvements 🏗️📈

This release includes bug fixes to optimize Azure calls and improve error handling

The current individual tool count is: 409

📃 Refer to the CHANGELOG for a full list of changes in this and previous versions.
📦 You can also find the published package on the following platforms:

Azure.Mcp.Server 2.0.4

16 Jun 21:46
6927cf9

Choose a tag to compare

Improvements to server configuration handling and telemetry 🛠️

This update moves server identity configuration (appsettings) to embedded resources and updates telemetry tagging

The current individual tool count is: 276

📃 Refer to the CHANGELOG for a full list of changes in this and previous versions.
📦 You can also find the published package on the following platforms:

🧩 IDE Extensions:
🔷 Visual Studio Code: ms-azuretools.vscode-azure-mcp-server
💜 Visual Studio 2022: github-copilot-azure.GitHubCopilotForAzure2022
💜 Visual Studio 2026: Azure and AI Development workload
☕ IntelliJ IDEA: 8053-azure-toolkit-for-intellij
🌒 Eclipse IDE: azure-toolkit-eclipse
🤖 NuGet: Azure.Mcp
📦 NPM: @azure/mcp
🐳 Docker: azure-sdk/azure-mcp
💬Plugin for Claude and GitHub Copilot CLI: azure-copilot-plugin
🐍 PyPI: msmcp-azure
🧰 MCP Bundles:
Linux: x64 | ARM64
macOS: x64 | ARM64
Windows: x64 | ARM64

Azure.Mcp.Server 3.0.0-beta.19

17 Jun 02:54
6927cf9

Choose a tag to compare

Pre-release

Improvements to SQL and CosmosDB tools 🔎📚

This release includes bug fixes for SQL, CosmosDB, Redis, and Terraform tools

The current individual tool count is: 409

📃 Refer to the CHANGELOG for a full list of changes in this and previous versions.
📦 You can also find the published package on the following platforms:

Fabric.Mcp.Server 1.1.0

15 Jun 12:07
448b9d3

Choose a tag to compare

Prepare for Fabric MCP Server 1.1.0 release (#2878)

Bump version to 1.1.0, compile changelog entries into the 1.1.0 section, and sync the VS Code extension changelog.

Azure.Mcp.Server 3.0.0-beta.18

12 Jun 19:09
bb6aaf0

Choose a tag to compare

Pre-release

Updates to EventHub and CosmosDB Tools ⚙️📚

This release includes improvements to EventHubs, CosmosDB, and Azure Backup tool commands

The current individual tool count is: 409

📃 Refer to the CHANGELOG for a full list of changes in this and previous versions.
📦 You can also find the published package on the following platforms:

Template.Mcp.Server 0.0.12-alpha.6424928

11 Jun 20:38
db0ae3f

Choose a tag to compare

Template.Mcp.Server-0.0.12-alpha.6424928

Update a few tool areas to use single RecordedCommandTestsBase implem…

Template.Mcp.Server 0.0.12-alpha.6420650

11 Jun 17:30
257d6d5

Choose a tag to compare

Replace NodeTool with UseNode, update to Node 24 (#2856)

* Replace NodeTool with UseNode, update to Node 24

* Prevent changes to eng/common in PRs

Azure.Mcp.Server 3.0.0-beta.17

09 Jun 18:34
28350ea

Choose a tag to compare

Pre-release

More Tool Improvements 📚🏗️

This release fixes issues in CosmosDB and Terraform tool commands

The current individual tool count is: 409

📃 Refer to the CHANGELOG for a full list of changes in this and previous versions.
📦 You can also find the published package on the following platforms:

Azure.Mcp.Server 2.0.3

08 Jun 20:09
7e7b65c

Choose a tag to compare

Add git worktree safety guidance to AGENTS.md (#2829)

* Add git worktree safety guidance against git stash in AGENTS.md

Warn against using git stash in linked worktrees that share a common
.git directory, since stash entries live in the shared refs/stash and
collide across concurrent worktrees, risking clobbered edits.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Clarify git worktree add arguments in AGENTS guidance

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

Template.Mcp.Server 0.0.12-alpha.6402025

05 Jun 20:43
7eec066

Choose a tag to compare

Change Cloud Architect implementation to extend BaseCommand (#2822)

* Change Cloud Architect implementation to extend BaseCommand

* Fix compilation

* Add CHANGELOG entry