@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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.19",
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-linux-x64": "2.0.0-beta.19",
37
- "@azure/mcp-win32-x64": "2.0.0-beta.19",
38
- "@azure/mcp-linux-arm64": "2.0.0-beta.19",
39
- "@azure/mcp-darwin-x64": "2.0.0-beta.19",
40
- "@azure/mcp-win32-arm64": "2.0.0-beta.19",
41
- "@azure/mcp-darwin-arm64": "2.0.0-beta.19"
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"