From a585e641b26e623dd9bc0bdfd6a724edcd1cad5c Mon Sep 17 00:00:00 2001 From: anannya03 Date: Thu, 29 Jan 2026 15:05:38 -0800 Subject: [PATCH] Prepare MCP release 2.0.0-beta.15 --- servers/Azure.Mcp.Server/CHANGELOG.md | 8 +++++++- .../changelog-entries/1768934160282.yaml | 4 ---- .../changelog-entries/1768937539777.yaml | 3 --- .../changelog-entries/1769471477283.yaml | 3 --- .../changelog-entries/1769631158170.yaml | 4 ---- .../changelog-entries/1769718420646.yaml | 4 ---- servers/Azure.Mcp.Server/vscode/CHANGELOG.md | 16 ++++++++++++++++ 7 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 servers/Azure.Mcp.Server/changelog-entries/1768934160282.yaml delete mode 100644 servers/Azure.Mcp.Server/changelog-entries/1768937539777.yaml delete mode 100644 servers/Azure.Mcp.Server/changelog-entries/1769471477283.yaml delete mode 100644 servers/Azure.Mcp.Server/changelog-entries/1769631158170.yaml delete mode 100644 servers/Azure.Mcp.Server/changelog-entries/1769718420646.yaml diff --git a/servers/Azure.Mcp.Server/CHANGELOG.md b/servers/Azure.Mcp.Server/CHANGELOG.md index 45c2c01e49..6643c899b5 100644 --- a/servers/Azure.Mcp.Server/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/CHANGELOG.md @@ -2,16 +2,22 @@ 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.15 (Unreleased) +## 2.0.0-beta.15 (2026-01-29) ### Features Added +- Added host information to tools execution telemetry. [[#1604](https://github.com/microsoft/mcp/pull/1604)] ### Breaking Changes ### Bugs Fixed +- Fixed async disposal pattern in CosmosService by implementing IAsyncDisposable and replacing async void Dispose with proper async disposal. [[#1532](https://github.com/microsoft/mcp/pull/1532)] +- Fixed a regression that disabled telemetry for remote Azure MCP server. [[#1602](https://github.com/microsoft/mcp/pull/1602)] ### Other Changes +- Added AreResultsTruncated to tools that list resources using Resource Graph. [[#1526](https://github.com/microsoft/mcp/pull/1526)] +- Improved server startup performance by parallelizing external MCP server initialization, reducing startup time from ~20 seconds to ~1-2 seconds when using registry-based servers. [[#1534](https://github.com/microsoft/mcp/pull/1534)] + ## 2.0.0-beta.14 (2026-01-27) ### Features Added diff --git a/servers/Azure.Mcp.Server/changelog-entries/1768934160282.yaml b/servers/Azure.Mcp.Server/changelog-entries/1768934160282.yaml deleted file mode 100644 index 7a8df91d11..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/1768934160282.yaml +++ /dev/null @@ -1,4 +0,0 @@ -pr: 1526 -changes: - - section: "Other Changes" - description: "Added AreResultsTruncated to tools that list resources using Resource Graph" \ No newline at end of file diff --git a/servers/Azure.Mcp.Server/changelog-entries/1768937539777.yaml b/servers/Azure.Mcp.Server/changelog-entries/1768937539777.yaml deleted file mode 100644 index 5a611fa7c8..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/1768937539777.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changes: - - section: "Bugs Fixed" - description: "Fixed async disposal pattern in CosmosService by implementing IAsyncDisposable and replacing async void Dispose with proper async disposal." \ No newline at end of file diff --git a/servers/Azure.Mcp.Server/changelog-entries/1769471477283.yaml b/servers/Azure.Mcp.Server/changelog-entries/1769471477283.yaml deleted file mode 100644 index 6aabd9e76e..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/1769471477283.yaml +++ /dev/null @@ -1,3 +0,0 @@ -changes: - - section: "Other Changes" - description: "Improved server startup performance by parallelizing external MCP server initialization, reducing startup time from ~20 seconds to ~1-2 seconds when using registry-based servers" \ No newline at end of file diff --git a/servers/Azure.Mcp.Server/changelog-entries/1769631158170.yaml b/servers/Azure.Mcp.Server/changelog-entries/1769631158170.yaml deleted file mode 100644 index 497680405a..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/1769631158170.yaml +++ /dev/null @@ -1,4 +0,0 @@ -pr: 1602 -changes: - - section: "Bugs Fixed" - description: "Fixed a regression that disabled telemetry for remote Azure MCP server" \ No newline at end of file diff --git a/servers/Azure.Mcp.Server/changelog-entries/1769718420646.yaml b/servers/Azure.Mcp.Server/changelog-entries/1769718420646.yaml deleted file mode 100644 index 1bcf3fd294..0000000000 --- a/servers/Azure.Mcp.Server/changelog-entries/1769718420646.yaml +++ /dev/null @@ -1,4 +0,0 @@ -pr: 1604 -changes: - - section: "Features Added" - description: "Added host information to tools execution telemetry" \ No newline at end of file diff --git a/servers/Azure.Mcp.Server/vscode/CHANGELOG.md b/servers/Azure.Mcp.Server/vscode/CHANGELOG.md index 1ce7091961..bf36861715 100644 --- a/servers/Azure.Mcp.Server/vscode/CHANGELOG.md +++ b/servers/Azure.Mcp.Server/vscode/CHANGELOG.md @@ -1,5 +1,21 @@ # Release History +## 2.0.0-beta.15 (2026-01-29) (pre-release) + +### Added + +- Added host information to tools execution telemetry. [[#1604](https://github.com/microsoft/mcp/pull/1604)] + +### Fixed + +- Fixed async disposal pattern in CosmosService by implementing IAsyncDisposable and replacing async void Dispose with proper async disposal. [[#1532](https://github.com/microsoft/mcp/pull/1532)] +- Fixed a regression that disabled telemetry for remote Azure MCP server. [[#1602](https://github.com/microsoft/mcp/pull/1602)] + +### Changed + +- Added AreResultsTruncated to tools that list resources using Resource Graph. [[#1526](https://github.com/microsoft/mcp/pull/1526)] +- Improved server startup performance by parallelizing external MCP server initialization, reducing startup time from ~20 seconds to ~1-2 seconds when using registry-based servers. [[#1534](https://github.com/microsoft/mcp/pull/1534)] + ## 2.0.0-beta.14 (2026-01-27) (pre-release) ### Added