@azure/mcp-darwin-x64 3.0.0-beta.25 β†’ 3.0.0-beta.26

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 (3) hide show
  1. package/README.md +12 -0
  2. package/dist/azmcp +0 -0
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -312,6 +312,17 @@ Example prompts that generate Azure CLI commands:
312
312
  * "Get provisioning recommendations for my file share workload"
313
313
  * "Get usage data and metrics for my file share"
314
314
 
315
+ ### πŸ’‘ Azure Insights
316
+
317
+ * "Generate insights from my current subscription"
318
+ * "Summarize what's deployed across my Azure environment and highlight notable patterns"
319
+ * "Analyze my tenant and give me insights about the overall infrastructure"
320
+ * "What can you tell me about my existing Azure environment?"
321
+ * "Analyze subscription <subscription_id> for architectural patterns"
322
+ * "Analyze my Azure infrastructure and surface patterns to help me plan my next project"
323
+ * "Generate insights about my Azure environment to help me plan a new data analytics platform"
324
+ * "What insights can you derive about my subscription to help me plan a containerized microservices workload on AKS?"
325
+
315
326
  ### πŸ”‘ Azure Key Vault
316
327
 
317
328
  * "List all secrets in my key vault 'my-vault'"
@@ -473,6 +484,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
473
484
  - πŸ“Š **Azure Event Grid** - Event routing and management
474
485
  - πŸ“ **Azure File Shares** - Azure managed file share operations
475
486
  - ⚑ **Azure Functions** - Function App management and functions project files, language support, and templates source code
487
+ - πŸ’‘ **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
476
488
  - πŸ”‘ **Azure Key Vault** - Secrets, keys, and certificates
477
489
  - ☸️ **Azure Kubernetes Service (AKS)** - Container orchestration
478
490
  - πŸ“¦ **Azure Load Testing** - Performance testing
package/dist/azmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-darwin-x64",
3
- "version": "3.0.0-beta.25",
3
+ "version": "3.0.0-beta.26",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on x64",
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"