@azure/mcp 2.0.0-beta.19 โ 2.0.0-beta.20
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 +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -331,6 +331,7 @@ The Azure MCP Server provides tools for interacting with **42+ Azure service are
|
|
|
331
331
|
- ๐ด **Azure Redis Cache** - In-memory data store
|
|
332
332
|
- ๐๏ธ **Azure Resource Groups** - Resource organization
|
|
333
333
|
- ๐ **Azure Service Bus** - Message queuing
|
|
334
|
+
- ๐งต **Azure Service Fabric** - Managed cluster node operations
|
|
334
335
|
- ๐ฅ **Azure Service Health** - Resource health status and availability
|
|
335
336
|
- ๐๏ธ **Azure SQL Database** - Relational database management
|
|
336
337
|
- ๐๏ธ **Azure SQL Elastic Pool** - Database resource sharing
|
|
@@ -350,6 +351,7 @@ The Azure MCP Server provides tools for interacting with **42+ Azure service are
|
|
|
350
351
|
|
|
351
352
|
- 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.
|
|
352
353
|
- 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).
|
|
354
|
+
- Use [Prompt Templates](https://github.com/microsoft/mcp/blob/main/docs/prompt-templates.md) to set tenant and subscription context once at the beginning of your Copilot session, avoiding repetitive information in subsequent prompts.
|
|
353
355
|
|
|
354
356
|
## Feedback and Support
|
|
355
357
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.20",
|
|
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",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-
|
|
37
|
-
"@azure/mcp-win32-x64": "2.0.0-beta.
|
|
38
|
-
"@azure/mcp-linux-arm64": "2.0.0-beta.
|
|
39
|
-
"@azure/mcp-darwin-
|
|
40
|
-
"@azure/mcp-
|
|
41
|
-
"@azure/mcp-
|
|
36
|
+
"@azure/mcp-win32-arm64": "2.0.0-beta.20",
|
|
37
|
+
"@azure/mcp-win32-x64": "2.0.0-beta.20",
|
|
38
|
+
"@azure/mcp-linux-arm64": "2.0.0-beta.20",
|
|
39
|
+
"@azure/mcp-darwin-arm64": "2.0.0-beta.20",
|
|
40
|
+
"@azure/mcp-darwin-x64": "2.0.0-beta.20",
|
|
41
|
+
"@azure/mcp-linux-x64": "2.0.0-beta.20"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|