@azure/mcp-linux-arm64 3.0.0-beta.40 → 3.0.0-beta.41

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -138,6 +138,9 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
138
138
  ### 📊 Azure Advisor
139
139
 
140
140
  * "List my Advisor recommendations"
141
+ * "Mark an Advisor recommendation as completed"
142
+ * "Dismiss an Advisor recommendation because the risk is acceptable"
143
+ * "Postpone an Advisor recommendation until December 31, 2026"
141
144
  * "Apply Advisor recommendations to IaaC files"
142
145
  * "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
143
146
  * "Show Advisor service retirements on or after March 31, 2026"
@@ -494,7 +497,7 @@ Example prompts that generate Azure CLI commands:
494
497
  The Azure MCP Server provides tools for interacting with **44+ Azure service areas**:
495
498
 
496
499
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
497
- - 📊 **Azure Advisor** - Advisor recommendations
500
+ - 📊 **Azure Advisor** - Advisor recommendations, recommendation state management, and recommendation metadata
498
501
  - 🔎 **Azure AI Search** - Search engine/vector database operations
499
502
  - 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
500
503
  - ⚙️ **Azure App Configuration** - Configuration management
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.40",
3
+ "version": "3.0.0-beta.41",
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",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/microsoft/mcp/issues"
15
15
  },
16
16
  "repository": {
17
- "type": "git",
18
- "url": "https://github.com/microsoft/mcp.git"
17
+ "url": "https://github.com/microsoft/mcp.git",
18
+ "type": "git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=22.0.0"