We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b981e commit 6b8f7b7Copy full SHA for 6b8f7b7
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.8 (Unreleased)
6
+
7
+### Features Added
8
9
+### Breaking Changes
10
11
+### Bugs Fixed
12
13
+### Other Changes
14
15
## 2.0.0-beta.7 (2025-11-25)
16
17
### Bugs Fixed
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.7</Version>
+ <Version>2.0.0-beta.8</Version>
<CliName>azmcp</CliName>
<AssemblyTitle>Azure MCP Server</AssemblyTitle>
<Description>Azure MCP Server - Model Context Protocol implementation for Azure</Description>
0 commit comments