We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75181a commit 391d872Copy full SHA for 391d872
2 files changed
servers/Azure.Mcp.Server/CHANGELOG.md
@@ -2,6 +2,16 @@
2
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
5
+## 2.0.0-beta.41 (Unreleased)
6
+
7
+### Features Added
8
9
+### Breaking Changes
10
11
+### Bugs Fixed
12
13
+### Other Changes
14
15
## 2.0.0-beta.40 (2026-04-07)
16
17
### Other Changes
servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>2.0.0-beta.40</Version>
+ <Version>2.0.0-beta.41</Version>
<CliName>azmcp</CliName>
<AssemblyTitle>Azure MCP Server</AssemblyTitle>
<Description>Azure MCP Server - Model Context Protocol implementation for Azure</Description>
0 commit comments