@azure/mcp 0.1.0 → 0.1.1
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
77
77
|
- List and get schema for tables.
|
|
78
78
|
- List, get configuration and get parameters for servers.
|
|
79
79
|
|
|
80
|
-
### 🧮
|
|
80
|
+
### 🧮 Azure Data Explorer
|
|
81
81
|
- List Kusto clusters
|
|
82
82
|
- List databases in a Kusto cluster
|
|
83
83
|
- List tables in a Kusto database
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
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.1.
|
|
37
|
-
"@azure/mcp-linux-arm64": "0.1.
|
|
38
|
-
"@azure/mcp-darwin-arm64": "0.1.
|
|
39
|
-
"@azure/mcp-win32-x64": "0.1.
|
|
40
|
-
"@azure/mcp-linux-x64": "0.1.
|
|
41
|
-
"@azure/mcp-win32-arm64": "0.1.
|
|
36
|
+
"@azure/mcp-darwin-x64": "0.1.1",
|
|
37
|
+
"@azure/mcp-linux-arm64": "0.1.1",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.1.1",
|
|
39
|
+
"@azure/mcp-win32-x64": "0.1.1",
|
|
40
|
+
"@azure/mcp-linux-x64": "0.1.1",
|
|
41
|
+
"@azure/mcp-win32-arm64": "0.1.1"
|
|
42
42
|
}
|
|
43
43
|
}
|