@azure/mcp 3.0.0-beta.6 → 3.0.0-beta.9

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 +7 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -174,12 +174,19 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
174
174
  * "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
175
175
  * "List the deployments for web app 'my-webapp' in 'my-resource-group'"
176
176
  * "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"
177
+ * "List the diagnostic detectors for web app 'my-webapp' in 'my-resource-group'"
178
+ * "Diagnose the web app 'my-webapp' with detector 'detector-name' in 'my-resource-group'"
179
+ * "Start the web app 'my-webapp' in 'my-resource-group'"
180
+ * "Stop the web app 'my-webapp' in 'my-resource-group'"
181
+ * "Restart the web app 'my-webapp' in 'my-resource-group'"
182
+ * "Soft restart the web app 'my-webapp' in 'my-resource-group' waiting for restart to complete"
177
183
 
178
184
  ### 🛡️ Azure Backup
179
185
 
180
186
  * "Create a Recovery Services vault named 'myvault' in resource group 'myRG' in eastus with vault-type 'rsv'"
181
187
  * "Get details of backup vault 'myvault' in resource group 'myRG'"
182
188
  * "Create a backup policy for Azure VMs in vault 'myvault'"
189
+ * "Update backup policy schedule time to 04:00 in vault 'myvault'"
183
190
  * "List protectable items in my backup vault"
184
191
  * "Check backup status for my Azure resource in eastus"
185
192
  * "Get recovery points for a protected item"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.9",
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
- "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": ">=20.0.0"
@@ -33,12 +33,12 @@
33
33
  "arm64"
34
34
  ],
35
35
  "optionalDependencies": {
36
- "@azure/mcp-win32-arm64": "3.0.0-beta.6",
37
- "@azure/mcp-darwin-x64": "3.0.0-beta.6",
38
- "@azure/mcp-linux-x64": "3.0.0-beta.6",
39
- "@azure/mcp-linux-arm64": "3.0.0-beta.6",
40
- "@azure/mcp-win32-x64": "3.0.0-beta.6",
41
- "@azure/mcp-darwin-arm64": "3.0.0-beta.6"
36
+ "@azure/mcp-linux-arm64": "3.0.0-beta.9",
37
+ "@azure/mcp-win32-x64": "3.0.0-beta.9",
38
+ "@azure/mcp-linux-x64": "3.0.0-beta.9",
39
+ "@azure/mcp-darwin-x64": "3.0.0-beta.9",
40
+ "@azure/mcp-win32-arm64": "3.0.0-beta.9",
41
+ "@azure/mcp-darwin-arm64": "3.0.0-beta.9"
42
42
  },
43
43
  "scripts": {
44
44
  "postinstall": "node ./scripts/post-install-script.js"