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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ The Azure MCP Server updates automatically by default whenever a new release com
7
7
### Features Added
8
8
9
9
- Introduced `BaseAzureResourceService` class to perform Azure Resource read operations using Azure Resource Graph queries. [[#938](https://github.com/Azure/azure-mcp/pull/938)]
10
+
- Added support for the following Azure MySQL operations: [[#855](https://github.com/Azure/azure-mcp/issues/855)]
11
+
-`azmcp_mysql_database_list` - List all databases in a MySQL server.
12
+
-`azmcp_mysql_database_query` - Executes a SELECT query on a MySQL Database. The query must start with SELECT and cannot contain any destructive SQL operations for security reasons.
13
+
-`azmcp_mysql_table_list` - List all tables in a MySQL database.
14
+
-`azmcp_mysql_table_schema_get` - Get the schema of a specific table in a MySQL database.
15
+
-`azmcp_mysql_server_config_get` - Retrieve the configuration of a MySQL server.
16
+
-`azmcp_mysql_server_list` - List all MySQL servers in a subscription & resource group.
17
+
-`azmcp_mysql_server_param_get` - Retrieve a specific parameter of a MySQL server.
18
+
-`azmcp_mysql_server_param_set` - Set a specific parameter of a MySQL server to a specific value.
0 commit comments