Skip to content

Commit 38b981e

Browse files
authored
Prepare release for version 2.0.0-beta.7 release (#1245)
* Updated CHANGELOGs ahead of the `2.0.0-beta.7 release` * Removed trailing slashes from PR links * Applied PR feedback
1 parent ef242e4 commit 38b981e

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

servers/Azure.Mcp.Server/CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22

33
The Azure MCP Server updates automatically by default whenever a new release comes out 🚀. We ship updates twice a week on Tuesdays and Thursdays 😊
44

5-
## 2.0.0-beta.7 (Unreleased)
6-
7-
### Features Added
8-
9-
### Breaking Changes
5+
## 2.0.0-beta.7 (2025-11-25)
106

117
### Bugs Fixed
128

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)]
1410

1511
### Other Changes
1612

1713
- 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)]
1815

19-
## 2.0.0-beta.6 (2025-11-19)
16+
## 2.0.0-beta.6 (2025-11-20)
2017

2118
### Features Added
2219

@@ -201,7 +198,7 @@ For a complete history of pre-release changes, see versions [0.9.9](#099-2025-10
201198

202199
### Features Added
203200

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)]
205202

206203
### Bugs Fixed
207204

@@ -915,7 +912,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github
915912
- `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription
916913
- `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool
917914
- `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)]
919916

920917
### Breaking Changes
921918

@@ -1105,7 +1102,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github
11051102

11061103
### Bugs Fixed
11071104

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)]
11091106
- 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)]
11101107

11111108
## 0.3.1 (2025-07-08)
@@ -1174,7 +1171,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github
11741171
### Other Changes
11751172

11761173
- 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))
11781175
- 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))
11791176

11801177
## 0.2.3 (2025-06-19)

servers/Azure.Mcp.Server/vscode/CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Release History
22

3-
## 2.0.7 (Unreleased) (pre-release)
3+
## 2.0.7 (2025-11-25) (pre-release)
4+
5+
### Changed
6+
7+
- Removed usage of `writeIndented = true` (pretty printing) from `JsonSourceGenerationOptions` to reduce token usage. [[#1226](https://github.com/microsoft/mcp/pull/1226)]
8+
- Updated the .NET 10 SDK version: `10.0.100-preview.7.25380.108``10.0.100`. [[#1243](https://github.com/microsoft/mcp/pull/1243)]
49

510
### Fixed
6-
- Adds version parameter to the Azure MCP Server registration, which indicates VS code to refresh the tools for the latest MCP server registration.
711

8-
## 2.0.6 (2025-11-19) (pre-release)
12+
- Added version parameter to the Azure MCP Server registration, which indicates VS code to refresh the tools for the latest MCP server registration. [[#1050](https://github.com/microsoft/mcp/pull/1050)]
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)]
14+
15+
## 2.0.6 (2025-11-20) (pre-release)
916

1017
### Added
1118

12-
- Added a [hidden] command `server_info` to provide server information (name, version) so server metadata is programmatically parsed in telemetry. [[#1164](https://github.com/microsoft/mcp/pull/1164/)]
19+
- Added a [hidden] command `server_info` to provide server information (name, version) so server metadata is programmatically parsed in telemetry. [[#1164](https://github.com/microsoft/mcp/pull/1164)]
1320
- Added OpenTelemetry tracing support with Azure Monitor exporter for HTTP transport mode, allowing self-hosted instances to export traces to Application Insights when `APPLICATIONINSIGHTS_CONNECTION_STRING` is configured. [[#1227](https://github.com/microsoft/mcp/pull/1227)]
1421

1522
### Changed
@@ -174,7 +181,7 @@ For a complete history of pre-release changes, see versions [0.9.9](#099-2025-10
174181

175182
### Added
176183

177-
- Adds unique identifier to MCP tools. [[#940](https://github.com/microsoft/mcp/pull/940/)]
184+
- Adds unique identifier to MCP tools. [[#940](https://github.com/microsoft/mcp/pull/940)]
178185

179186
### Changed
180187

@@ -755,7 +762,7 @@ For a complete history of pre-release changes, see versions [0.9.9](#099-2025-10
755762
- `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription
756763
- `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool
757764
- `azmcp-virtualdesktop-sessionhost-usersession-list` - List all user sessions on a specific session host
758-
- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810/)]
765+
- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810)]
759766
- Added caching for Cosmos DB databases and containers. [[#813](https://github.com/Azure/azure-mcp/pull/813)]
760767

761768
### Changed

0 commit comments

Comments
 (0)