Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions servers/Azure.Mcp.Server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@

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

## 2.0.0-beta.7 (Unreleased)

### Features Added

### Breaking Changes
## 2.0.0-beta.7 (2025-11-25)

### Bugs Fixed

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

### Other Changes

- Removed usage of `writeIndented = true` (pretty printing) from `JsonSourceGenerationOptions` to reduce token usage. [[#1226](https://github.com/microsoft/mcp/pull/1226)]
- Updated .NET tooling to stable version: `10.0.100-preview.7.25380.108` → `10.0.100`. [[#1243](https://github.com/microsoft/mcp/pull/1243)]

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

### Features Added

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

### Features Added

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

### Bugs Fixed

Expand Down Expand Up @@ -915,7 +912,7 @@ AOT- Added a verb to the namespace name for bestpractices [[#109](https://github
- `azmcp-virtualdesktop-hostpool-list` - List all host pools in a subscription
- `azmcp-virtualdesktop-sessionhost-list` - List all session hosts in a host pool
- `azmcp-virtualdesktop-sessionhost-usersession-list` - List all user sessions on a specific session host
- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810/)]
- Added support for creating and publishing DevDeviceId in telemetry. [[#810](https://github.com/Azure/azure-mcp/pull/810)]

### Breaking Changes

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

### Bugs Fixed

- Fixed issue where trace logs could be collected as telemetry. [[#540](https://github.com/Azure/azure-mcp/pull/540/)]
- Fixed issue where trace logs could be collected as telemetry. [[#540](https://github.com/Azure/azure-mcp/pull/540)]
- 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)]

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

- 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))
- Upgraded Azure.Messaging.ServiceBus to 7.20.1 and Azure.Core to 1.46.2. ([441](https://github.com/Azure/azure-mcp/pull/441/))
- Upgraded Azure.Messaging.ServiceBus to 7.20.1 and Azure.Core to 1.46.2. ([441](https://github.com/Azure/azure-mcp/pull/441))
- 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))

## 0.2.3 (2025-06-19)
Expand Down
19 changes: 13 additions & 6 deletions servers/Azure.Mcp.Server/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Release History

## 2.0.7 (Unreleased) (pre-release)
## 2.0.7 (2025-11-25) (pre-release)

### Changed

- Removed usage of `writeIndented = true` (pretty printing) from `JsonSourceGenerationOptions` to reduce token usage. [[#1226](https://github.com/microsoft/mcp/pull/1226)]
- Updated the .NET 10 SDK version: `10.0.100-preview.7.25380.108` → `10.0.100`. [[#1243](https://github.com/microsoft/mcp/pull/1243)]

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

## 2.0.6 (2025-11-19) (pre-release)
- 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)]
- 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)]

## 2.0.6 (2025-11-20) (pre-release)

### Added

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

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

### Added

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

### Changed

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

### Changed
Expand Down