@azure/mcp 2.0.0-beta.20 β†’ 2.0.0-beta.22

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 +8 -4
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -131,15 +131,19 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl
131
131
 
132
132
  ### πŸ•ΈοΈ Azure App Service
133
133
 
134
- * "List the websites in my subscription"
135
- * "Show me the websites in my 'my-resource-group' resource group"
136
- * "Get the details for website 'my-website'"
137
- * "Get the details for app service plan 'my-app-service-plan'"
134
+ * "Add a database connection for an App Service web app"
138
135
 
139
136
  ### πŸ–₯️ Azure CLI Generate
140
137
 
141
138
  * Generate Azure CLI commands based on user intent
142
139
 
140
+ Example prompts that generate Azure CLI commands:
141
+
142
+ * "List the websites in my subscription"
143
+ * "Show me the websites in my 'my-resource-group' resource group"
144
+ * "Get the details for website 'my-website'"
145
+ * "Get the details for app service plan 'my-app-service-plan'"
146
+
143
147
  ### πŸ–₯️ Azure CLI Install
144
148
 
145
149
  * Get installation instructions for Azure CLI, Azure Developer CLI and Azure Functions Core Tools CLI for your platform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "2.0.0-beta.20",
3
+ "version": "2.0.0-beta.22",
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
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
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"
36
+ "@azure/mcp-darwin-arm64": "2.0.0-beta.22",
37
+ "@azure/mcp-darwin-x64": "2.0.0-beta.22",
38
+ "@azure/mcp-linux-arm64": "2.0.0-beta.22",
39
+ "@azure/mcp-win32-x64": "2.0.0-beta.22",
40
+ "@azure/mcp-linux-x64": "2.0.0-beta.22",
41
+ "@azure/mcp-win32-arm64": "2.0.0-beta.22"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"