@azure/mcp-win32-x64 3.0.0-beta.20 → 3.0.0-beta.21
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 -0
- package/dist/azmcp.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,6 +138,7 @@ 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
|
+
* "List all Advisor recommendation types from catalog"
|
|
141
142
|
|
|
142
143
|
### 🔎 Azure AI Search
|
|
143
144
|
|
package/dist/azmcp.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-win32-x64",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.21",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",
|