We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6f470 commit 26692b3Copy full SHA for 26692b3
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
+## 3.0.0-beta.9 (Unreleased)
6
+
7
+### Features Added
8
9
+### Breaking Changes
10
11
+### Bugs Fixed
12
13
+### Other Changes
14
15
## 3.0.0-beta.8 (2026-05-01)
16
17
### Features Added
servers/Azure.Mcp.Server/src/Azure.Mcp.Server.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>3.0.0-beta.8</Version>
+ <Version>3.0.0-beta.9</Version>
<CliName>azmcp</CliName>
<AssemblyTitle>Azure MCP Server</AssemblyTitle>
<Description>Azure MCP Server - Model Context Protocol implementation for Azure</Description>
0 commit comments