@azure/mcp 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -61,6 +61,11 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
61
61
|
- Manage containers and items
|
|
62
62
|
- Execute SQL queries against containers
|
|
63
63
|
|
|
64
|
+
### 🐘 Azure Database for PostgreSQL - Flexible Server
|
|
65
|
+
- List and query databases.
|
|
66
|
+
- List and get schema for tables.
|
|
67
|
+
- List, get configuration and get parameters for servers.
|
|
68
|
+
|
|
64
69
|
### 💾 Azure Storage
|
|
65
70
|
- List Storage accounts
|
|
66
71
|
- Manage blob containers and blobs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"homepage": "https://github.com/Azure/azure-mcp#readme",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-darwin-x64": "0.0.
|
|
37
|
-
"@azure/mcp-linux-arm64": "0.0.
|
|
38
|
-
"@azure/mcp-darwin-arm64": "0.0.
|
|
39
|
-
"@azure/mcp-win32-x64": "0.0.
|
|
40
|
-
"@azure/mcp-linux-x64": "0.0.
|
|
41
|
-
"@azure/mcp-win32-arm64": "0.0.
|
|
36
|
+
"@azure/mcp-darwin-x64": "0.0.13",
|
|
37
|
+
"@azure/mcp-linux-arm64": "0.0.13",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.0.13",
|
|
39
|
+
"@azure/mcp-win32-x64": "0.0.13",
|
|
40
|
+
"@azure/mcp-linux-x64": "0.0.13",
|
|
41
|
+
"@azure/mcp-win32-arm64": "0.0.13"
|
|
42
42
|
}
|
|
43
43
|
}
|