Releases: microsoft/mcp
Azure.Mcp.Server 3.0.0-beta.20
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:
- 🧩 IDE Extensions
- 🔷 Visual Studio Code: ms-azuretools.vscode-azure-mcp-server
- 💜 Visual Studio 2026: Azure and AI Development workload
- 💜 Visual Studio 2022: github-copilot-azure.GitHubCopilotForAzure2022
- ☕ IntelliJ IDEA: 8053-azure-toolkit-for-intellij
- 🌒 Eclipse IDE: azure-toolkit-eclipse
- 📦 Package Managers
- 🤖 NuGet: Azure.Mcp
- 📦 NPM: @azure/mcp
- 🐍 PyPI: msmcp-azure
- 🐳 Container
- Docker: azure-sdk/azure-mcp
- 💬 AI Assistant Plugins
- Claude & GitHub Copilot CLI: azure-copilot-plugin
- 🧰 MCP Bundles
Azure.Mcp.Server 2.0.4
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
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:
- 🧩 IDE Extensions
- 🔷 Visual Studio Code: ms-azuretools.vscode-azure-mcp-server
- 💜 Visual Studio 2026: Azure and AI Development workload
- 💜 Visual Studio 2022: github-copilot-azure.GitHubCopilotForAzure2022
- ☕ IntelliJ IDEA: 8053-azure-toolkit-for-intellij
- 🌒 Eclipse IDE: azure-toolkit-eclipse
- 📦 Package Managers
- 🤖 NuGet: Azure.Mcp
- 📦 NPM: @azure/mcp
- 🐍 PyPI: msmcp-azure
- 🐳 Container
- Docker: azure-sdk/azure-mcp
- 💬 AI Assistant Plugins
- Claude & GitHub Copilot CLI: azure-copilot-plugin
- 🧰 MCP Bundles
Fabric.Mcp.Server 1.1.0
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
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:
- 🧩 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
Template.Mcp.Server 0.0.12-alpha.6424928
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
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
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:
- 🧩 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
Azure.Mcp.Server 2.0.3
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
Change Cloud Architect implementation to extend BaseCommand (#2822) * Change Cloud Architect implementation to extend BaseCommand * Fix compilation * Add CHANGELOG entry