|
2 | 2 |
|
3 | 3 | The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊 |
4 | 4 |
|
5 | | -## 2.0.0-beta.7 (Unreleased) |
6 | | - |
7 | | -### Features Added |
8 | | - |
9 | | -### Breaking Changes |
| 5 | +## 2.0.0-beta.7 (2025-11-25) |
10 | 6 |
|
11 | 7 | ### Bugs Fixed |
12 | 8 |
|
13 | | -- Fixed elicitation flow to request user confirmation only once for security prompts. Previously, users saw two dialogs (input form + confirmation); now they see a single confirmation dialog (Submit/Cancel) for sensitive operations. [[#1225](https://github.com/microsoft/mcp/pull/1225/)] |
| 9 | +- Fixed elicitation flow to request user confirmation only once for security prompts. Previously, users saw two dialogs (input form + confirmation); now they see a single confirmation dialog (Submit/Cancel) for sensitive operations. [[#1225](https://github.com/microsoft/mcp/pull/1225)] |
14 | 10 |
|
15 | 11 | ### Other Changes |
16 | 12 |
|
17 | 13 | - Removed usage of `writeIndented = true` (pretty printing) from `JsonSourceGenerationOptions` to reduce token usage. [[#1226](https://github.com/microsoft/mcp/pull/1226)] |
| 14 | +- Updated .NET tooling to stable version: `10.0.100-preview.7.25380.108` → `10.0.100`. [[#1243](https://github.com/microsoft/mcp/pull/1243)] |
18 | 15 |
|
19 | | -## 2.0.0-beta.6 (2025-11-19) |
| 16 | +## 2.0.0-beta.6 (2025-11-20) |
20 | 17 |
|
21 | 18 | ### Features Added |
22 | 19 |
|
@@ -201,7 +198,7 @@ For a complete history of pre-release changes, see versions [0.9.9](#099-2025-10 |
201 | 198 |
|
202 | 199 | ### Features Added |
203 | 200 |
|
204 | | -- Adds unique identifier to MCP tools. [[#940](https://github.com/microsoft/mcp/pull/940/)] |
| 201 | +- Adds unique identifier to MCP tools. [[#940](https://github.com/microsoft/mcp/pull/940)] |
205 | 202 |
|
206 | 203 | ### Bugs Fixed |
207 | 204 |
|
@@ -915,7 +912,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github |
915 | 912 | - `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription |
916 | 913 | - `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool |
917 | 914 | - `azmcp-virtualdesktop-sessionhost-usersession-list` - List all user sessions on a specific session host |
918 | | -- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810/)] |
| 915 | +- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810)] |
919 | 916 |
|
920 | 917 | ### Breaking Changes |
921 | 918 |
|
@@ -1105,7 +1102,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github |
1105 | 1102 |
|
1106 | 1103 | ### Bugs Fixed |
1107 | 1104 |
|
1108 | | -- Fixed issue where trace logs could be collected as telemetry. [[#540](https://github.com/Azure/azure-mcp/pull/540/)] |
| 1105 | +- Fixed issue where trace logs could be collected as telemetry. [[#540](https://github.com/Azure/azure-mcp/pull/540)] |
1109 | 1106 | - Fixed an issue that prevented the Azure MCP from finding the Azure CLI if it was installed on a path other than the default global one. [[#351](https://github.com/Azure/azure-mcp/issues/351)] |
1110 | 1107 |
|
1111 | 1108 | ## 0.3.1 (2025-07-08) |
@@ -1174,7 +1171,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github |
1174 | 1171 | ### Other Changes |
1175 | 1172 |
|
1176 | 1173 | - Repository structure changed to organize all of an Azure service's code into a single "area" folder. ([426](https://github.com/Azure/azure-mcp/pull/426)) |
1177 | | -- Upgraded Azure.Messaging.ServiceBus to 7.20.1 and Azure.Core to 1.46.2. ([441](https://github.com/Azure/azure-mcp/pull/441/)) |
| 1174 | +- Upgraded Azure.Messaging.ServiceBus to 7.20.1 and Azure.Core to 1.46.2. ([441](https://github.com/Azure/azure-mcp/pull/441)) |
1178 | 1175 | - Updated to ModelContextProtocol 0.3.0-preview1, which brings support for the 06-18-2025 MCP specification. ([431](https://github.com/Azure/azure-mcp/pull/431)) |
1179 | 1176 |
|
1180 | 1177 | ## 0.2.3 (2025-06-19) |
|
0 commit comments