Skip to content

Releases: microsoft/mcp

Azure.Mcp.Server 2.0.0-beta.9

08 Jan 00:43
dd5a1f2

Choose a tag to compare

Pre-release

New tools and bug fixes 🔨🎾🪰

This update adds new tools for Azure Storage Sync and support for logging to local files for troubleshooting and support scenarios. It also fixes a serialization issue in the Foundry Agent File Search tool.

The current individual tool count is: 199

📃 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:

Fabric.Mcp.Server 0.0.0-beta.5

06 Jan 08:02
429fbfa

Choose a tag to compare

Pre-release
Add traffictype in speech tts requests. (#1431)

* add traffic log to local mcp

* fix SR live tests

Template.Mcp.Server 0.0.12-alpha.5676627

17 Dec 01:51
7f6143e

Choose a tag to compare

Update ubuntu image to 24.04 (#1342)

* Update ubuntu image to 24.04
* Use windows for integration job
* Set pwsh:true for all Powershell@2 tasks

Fabric.Mcp.Server 0.0.0-beta.4

16 Dec 22:13
edb2119

Choose a tag to compare

Pre-release
Fabric.Mcp.Server-0.0.0-beta.4

Migrate AppService to recordings (#1386)

Template.Mcp.Server 0.0.12-alpha.5662952

12 Dec 18:52
48c7462

Choose a tag to compare

Template.Mcp.Server-0.0.12-alpha.5662952

Migrate `Redis` LiveTests to recordings (#1368)

Template.Mcp.Server 0.0.12-alpha.5662721

12 Dec 02:17
bd1ed66

Choose a tag to compare

Conflict-Free Changelog Management System (#1194)

* Added development plan

* Added and updated docs

* Added scripts

* Removed old YAML file

* Added some QoL changes to the scripts

* Added a way to provide a specific version to compile entries into

* Updated dry run code

* Fixed the compile script to not delete entries with different indentation

* Added support for multi-line entries

* Added trimming for multi-line

* Added multi-line support to New-ChangelogEntry.ps1

* Added a script for syncing the main CHANGELOG with that one for VS Code

* Updated the changelog compilation script to remove empty sections

* Added support for any MCP server in this repo

* Moved a couple of docs

* Updated other docs

* Updated new-command.md

* Updated behavior to ask for a CHANGELOG path instead of defaulting to the Azure MCP Server. Added an optional filename parameter in New-ChangelogEntry.ps1. Updated schema. Updated documentation.

* Updated Compile-Changelog.ps1 to accept files any name and using either the .yml or .yaml extension

* Applied GitHub Copilot feedback for PowerShell scripts

* Applied PR feedback to PS scripts

* Added sample file

* Refactored indentation and trimming logic

* Refactored a couple of scripts to use logic found in `eng/common/scripts/ChangeLog-Operations.ps1`

* Updated test file and added examples for other servers

* Added logic for extracting PR number from the commit that added an entry file

Azure.Mcp.Server 2.0.0-beta.8

12 Dec 05:43
bd1ed66

Choose a tag to compare

Pre-release

Fixing best practices ambiguity ⚙️📈

This update fixes an issue where best practices tools would be called inconsistently.

The current individual tool count is: 181

📃 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:

Template.Mcp.Server 0.0.12-alpha.5653131

10 Dec 18:38
c6db961

Choose a tag to compare

Migrate Managed Lustre to recording framework (#1337)

* Partial Managed Lustre migration

* Add helper method to RecordedCommandTestBase

* Complete work

* Remove ifdef trying to change polling, need a different design in the future

* Small change

* Small change

Fabric.Mcp.Server 0.0.0-beta.3

04 Dec 22:37
51ee74f

Choose a tag to compare

Pre-release
Update package-lock.json for Fabric VSCode (#1317)

Update package-lock for Fabric VSCode

Template.Mcp.Server 0.0.12-alpha.5629128

02 Dec 23:44
2c930f6

Choose a tag to compare

Populate `HttpClientFactory`, utilize in `BaseAzureService` (#1239)

* Configure IHttpClientFactory and inject to TenantService in preparation for record/playback for any class inheriting from BaseAzureService.