@azure/mcp-linux-arm64 3.0.0-beta.32 → 3.0.0-beta.33
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 +3 -1
- package/dist/azmcp +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,7 +138,9 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
138
138
|
|
|
139
139
|
* "List my Advisor recommendations"
|
|
140
140
|
* "Apply Advisor recommendations to IaaC files"
|
|
141
|
-
* "
|
|
141
|
+
* "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
|
|
142
|
+
* "Show Advisor service retirements on or after March 31, 2026"
|
|
143
|
+
* "Get Advisor metadata for a recommendation type id"
|
|
142
144
|
|
|
143
145
|
### 🔎 Azure AI Search
|
|
144
146
|
|
package/dist/azmcp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-linux-arm64",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.33",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|