@azure/mcp 0.0.14 → 0.0.15
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 +4 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -101,6 +101,10 @@ The Azure MCP Server provides tools for interacting with the following Azure ser
|
|
|
101
101
|
- List resource groups
|
|
102
102
|
- Resource group management operations
|
|
103
103
|
|
|
104
|
+
### 🚌 Azure Service Bus
|
|
105
|
+
- Peek at messages from subscriptions and queues
|
|
106
|
+
- Examine properties and runtime information about queues, topics, and subscriptions
|
|
107
|
+
|
|
104
108
|
### 🔧 Azure CLI Extension
|
|
105
109
|
- Execute Azure CLI commands directly
|
|
106
110
|
- Support for all Azure CLI functionality
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
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.15",
|
|
37
|
+
"@azure/mcp-linux-arm64": "0.0.15",
|
|
38
|
+
"@azure/mcp-darwin-arm64": "0.0.15",
|
|
39
|
+
"@azure/mcp-win32-x64": "0.0.15",
|
|
40
|
+
"@azure/mcp-linux-x64": "0.0.15",
|
|
41
|
+
"@azure/mcp-win32-arm64": "0.0.15"
|
|
42
42
|
}
|
|
43
43
|
}
|