@azure/mcp 0.8.4 → 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.
Files changed (2) hide show
  1. package/README.md +29 -13
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # <img height="36" width="36" src="https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/acom_social_icon_azure" alt="Microsoft Azure Logo" /> Azure MCP Server NPM Package
2
2
 
3
- All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code. This project is in Public Preview and implementation may significantly change prior to our General Availability.
3
+ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
4
4
 
5
5
  ## Table of Contents
6
6
  - [Overview](#overview)
@@ -19,7 +19,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
19
19
 
20
20
  # Overview
21
21
 
22
- **Azure MCP Server** supercharges your agents with Azure context across **30+ different Azure services**.
22
+ **Azure MCP Server** supercharges your agents with Azure context across **40+ different Azure services**.
23
23
 
24
24
  # Installation
25
25
 
@@ -110,24 +110,29 @@ To use Azure Entra ID, review the [troubleshooting guide](https://github.com/mic
110
110
  * "Get the details for website 'my-website'"
111
111
  * "Get the details for app service plan 'my-app-service-plan'"
112
112
 
113
+ ### 📞 Azure Communication Services
114
+
115
+ * "Send an SMS message to +1234567890"
116
+ * "Send SMS with delivery reporting enabled"
117
+ * "Send a broadcast SMS to multiple recipients"
118
+ * "Send SMS with custom tracking tag"
119
+
113
120
  ### 📦 Azure Container Apps
114
121
 
115
122
  * "List the container apps in my subscription"
116
123
  * "Show me the container apps in my 'my-resource-group' resource group"
117
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
+
118
130
  ### 📦 Azure Container Registry (ACR)
119
131
 
120
132
  * "List all my Azure Container Registries"
121
133
  * "Show me my container registries in the 'my-resource-group' resource group"
122
134
  * "List all my Azure Container Registry repositories"
123
135
 
124
- ### ☸️ Azure Kubernetes Service (AKS)
125
-
126
- * "List my AKS clusters in my subscription"
127
- * "Show me all my Azure Kubernetes Service clusters"
128
- * "List the node pools for my AKS cluster"
129
- * "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
130
-
131
136
  ### 📊 Azure Cosmos DB
132
137
 
133
138
  * "Show me all my Cosmos DB databases"
@@ -160,10 +165,19 @@ To use Azure Entra ID, review the [troubleshooting guide](https://github.com/mic
160
165
  * "Import a certificate file into key vault 'my-vault' using the name 'tls-cert'"
161
166
  * "Get the account settings for my key vault 'my-vault'"
162
167
 
168
+ ### ☸️ Azure Kubernetes Service (AKS)
169
+
170
+ * "List my AKS clusters in my subscription"
171
+ * "Show me all my Azure Kubernetes Service clusters"
172
+ * "List the node pools for my AKS cluster"
173
+ * "Get details for the node pool 'np1' of my AKS cluster 'my-aks-cluster' in the 'my-resource-group' resource group"
174
+
163
175
  ### ⚡ Azure Managed Lustre
164
176
 
165
177
  * "List the Azure Managed Lustre clusters in resource group 'my-resource-group'"
166
178
  * "How many IP Addresses I need to create a 128 TiB cluster of AMLFS 500?"
179
+ * "Check if 'my-subnet-id' can host an Azure Managed Lustre with 'my-size' TiB and 'my-sku' in 'my-region'
180
+ * Create a 4 TIB Azure Managed Lustre filesystem in 'my-region' attaching to 'my-subnet' in virtual network 'my-virtual-network'
167
181
 
168
182
  ### 📊 Azure Monitor
169
183
 
@@ -203,7 +217,7 @@ To use Azure Entra ID, review the [troubleshooting guide](https://github.com/mic
203
217
 
204
218
  ## Complete List of Supported Azure Services
205
219
 
206
- The Azure MCP Server provides tools for interacting with **30+ Azure service areas**:
220
+ The Azure MCP Server provides tools for interacting with **40+ Azure service areas**:
207
221
 
208
222
  - 🧮 **Azure AI Foundry** - AI model management, AI model deployment, and knowledge index management
209
223
  - 🔎 **Azure AI Search** - Search engine/vector database operations
@@ -211,6 +225,8 @@ The Azure MCP Server provides tools for interacting with **30+ Azure service are
211
225
  - ⚙️ **Azure App Configuration** - Configuration management
212
226
  - 🕸️ **Azure App Service** - Web app hosting
213
227
  - 🛡️ **Azure Best Practices** - Secure, production-grade guidance
228
+ - 📞 **Azure Communication Services** - SMS messaging and communication
229
+ - 🔐 **Azure Confidential Ledger** - Tamper-proof ledger operations
214
230
  - 📦 **Azure Container Apps** - Container hosting
215
231
  - 📦 **Azure Container Registry (ACR)** - Container registry management
216
232
  - 📊 **Azure Cosmos DB** - NoSQL database operations
@@ -232,11 +248,11 @@ The Azure MCP Server provides tools for interacting with **30+ Azure service are
232
248
  - 🎭 **Azure RBAC** - Access control management
233
249
  - 🔴 **Azure Redis Cache** - In-memory data store
234
250
  - 🏗️ **Azure Resource Groups** - Resource organization
251
+ - 🚌 **Azure Service Bus** - Message queuing
252
+ - 🏥 **Azure Service Health** - Resource health status and availability
235
253
  - 🗄️ **Azure SQL Database** - Relational database management
236
254
  - 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
237
255
  - 🗄️ **Azure SQL Server** - Server administration
238
- - 🚌 **Azure Service Bus** - Message queuing
239
- - 🏥 **Azure Service Health** - Resource health status and availability
240
256
  - 💾 **Azure Storage** - Blob storage
241
257
  - 📋 **Azure Subscription** - Subscription management
242
258
  - 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
@@ -250,7 +266,7 @@ The Azure MCP Server provides tools for interacting with **30+ Azure service are
250
266
  ## Documentation
251
267
 
252
268
  - See our [official documentation on learn.microsoft.com](https://learn.microsoft.com/azure/developer/azure-mcp-server/) to learn how to use the Azure MCP Server to interact with Azure resources through natural language commands from AI agents and other types of clients.
253
- - For additional command documentation and examples, see [Azure MCP Commands](https://github.com/microsoft/mcp/blob/main/docs/azmcp-commands.md).
269
+ - For additional command documentation and examples, see [Azure MCP Commands](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/docs/azmcp-commands.md).
254
270
 
255
271
  ## Feedback and Support
256
272
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "0.8.4",
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
- "url": "https://github.com/microsoft/mcp.git",
18
- "type": "git"
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.4",
37
- "@azure/mcp-linux-x64": "0.8.4",
38
- "@azure/mcp-darwin-arm64": "0.8.4",
39
- "@azure/mcp-darwin-x64": "0.8.4",
40
- "@azure/mcp-win32-arm64": "0.8.4",
41
- "@azure/mcp-win32-x64": "0.8.4"
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"