@azure/mcp 0.8.5 → 0.8.6
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 +9 -9
package/README.md
CHANGED
|
@@ -122,6 +122,11 @@ To use Azure Entra ID, review the [troubleshooting guide](https://github.com/mic
|
|
|
122
122
|
* "List the container apps in my subscription"
|
|
123
123
|
* "Show me the container apps in my 'my-resource-group' resource group"
|
|
124
124
|
|
|
125
|
+
### 🔐 Azure Confidential Ledger
|
|
126
|
+
|
|
127
|
+
* "Append entry {"foo":"bar"} to ledger contoso"
|
|
128
|
+
* "Get entry with id 2.40 from ledger contoso"
|
|
129
|
+
|
|
125
130
|
### 📦 Azure Container Registry (ACR)
|
|
126
131
|
|
|
127
132
|
* "List all my Azure Container Registries"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.6",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/microsoft/mcp/issues"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/microsoft/mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"x64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-linux-arm64": "0.8.
|
|
37
|
-
"@azure/mcp-linux-x64": "0.8.
|
|
38
|
-
"@azure/mcp-darwin-arm64": "0.8.
|
|
39
|
-
"@azure/mcp-darwin-x64": "0.8.
|
|
40
|
-
"@azure/mcp-win32-arm64": "0.8.
|
|
41
|
-
"@azure/mcp-win32-x64": "0.8.
|
|
36
|
+
"@azure/mcp-linux-arm64": "0.8.6",
|
|
37
|
+
"@azure/mcp-linux-x64": "0.8.6",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.8.6",
|
|
39
|
+
"@azure/mcp-darwin-x64": "0.8.6",
|
|
40
|
+
"@azure/mcp-win32-arm64": "0.8.6",
|
|
41
|
+
"@azure/mcp-win32-x64": "0.8.6"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|