You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,15 @@
3
3
## 0.3.1 (2025-07-08)
4
4
5
5
### Features Added
6
-
- Support for Azure SQL Database operations - Show Azure SQL Database details. [#516](https://github.com/Azure/azure-mcp/pull/516)
7
-
- Updates support for launching Azure MCP in different tool loading configurations. [#513](https://github.com/Azure/azure-mcp/pull/513)
8
6
9
-
-Support for Azure SQL Server Entra ID administrator operations - List Microsoft Entra ID administrators for a SQL server. [#529](https://github.com/Azure/azure-mcp/pull/529)
10
-
### Breaking Changes
11
-
12
-
-`--service` flag deprecated. Use `--namespace` and `--mode` options. [#513](https://github.com/Azure/azure-mcp/pull/513)
7
+
-Added support for the following SQL operations:
8
+
-`azmcp-sql-db-show` - Show details of a SQL Database [[#516](https://github.com/Azure/azure-mcp/pull/516)]
9
+
-`azmcp-sql-server-entraadmin-list` - List Microsoft Entra ID administrators for a SQL server [[#529](https://github.com/Azure/azure-mcp/pull/529)]
10
+
-Updates Azure MCP tool loading configurations at launch time. [[#513](https://github.com/Azure/azure-mcp/pull/513)]
13
11
14
-
### Bugs Fixed
12
+
### Breaking Changes
15
13
16
-
### Other Changes
14
+
- Deprecated the `--service` flag. Use `--namespace` and `--mode` options to specify the service and mode the server will run in. [[#513](https://github.com/Azure/azure-mcp/pull/513)]
17
15
18
16
## 0.3.0 (2025-07-03)
19
17
@@ -26,11 +24,13 @@
26
24
- Added support for telemetry [[#386](https://github.com/Azure/azure-mcp/pull/386)]. Telemetry is enabled by default but can be disabled by setting `AZURE_MCP_COLLECT_TELEMETRY` to `false`.
27
25
28
26
### Bugs Fixed
27
+
29
28
- Fixed a bug where `CallToolResult` was always successful. [[#511](https://github.com/Azure/azure-mcp/pull/511)]
30
29
31
30
## 0.2.6 (2025-07-01)
32
31
33
32
### Other Changes
33
+
34
34
- Updated the descriptions of the following tools to improve their usage by Agents: [#492](https://github.com/Azure/azure-mcp/pull/492)
35
35
-`azmcp-datadog-monitoredresources-list`
36
36
-`azmcp-kusto-cluster-list`
@@ -42,6 +42,7 @@
42
42
## 0.2.5 (2025-06-26)
43
43
44
44
### Bugs Fixed
45
+
45
46
- Fixed issue where tool listing incorrectly returned resources instead of text. [#465](https://github.com/Azure/azure-mcp/issues/465)
46
47
- Fixed invalid modification to HttpClient in KustoClient. [#433](https://github.com/Azure/azure-mcp/issues/433)
0 commit comments