@azure/mcp-darwin-x64 3.0.0-beta.24 β 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.
- package/README.md +16 -2
- package/dist/azmcp +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
55
55
|
| **VS Code** | `.vscode/mcp.json` (workspace)<br>`settings.json` (user) | [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) |
|
|
56
56
|
| **Visual Studio** | `.mcp.json` (solution/workspace) | [Visual Studio MCP Setup](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) |
|
|
57
57
|
| **GitHub Copilot CLI** | `~/.copilot/mcp-config.json` | [Copilot CLI MCP Configuration](#github-copilot-cli-configuration) |
|
|
58
|
-
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://
|
|
58
|
+
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://code.claude.com/docs/en/mcp-quickstart#add-a-local-server) |
|
|
59
59
|
| **Eclipse IDE** | GitHub Copilot Chat -> Configure Tools -> MCP Servers | [Eclipse MCP Documentation](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp#configuring-mcp-servers-in-eclipse) |
|
|
60
60
|
| **IntelliJ IDEA** | Built-in MCP server (2025.2+)<br>Settings > Tools > MCP Server | [IntelliJ MCP Documentation](https://www.jetbrains.com/help/ai-assistant/mcp.html) |
|
|
61
61
|
| **Cursor** | `~/.cursor/mcp.json` or `.cursor/mcp.json` | [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol) |
|
|
@@ -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'"
|
|
@@ -339,6 +350,8 @@ Example prompts that generate Azure CLI commands:
|
|
|
339
350
|
### π Azure Monitor
|
|
340
351
|
|
|
341
352
|
* "Query my Log Analytics workspace"
|
|
353
|
+
* "List my Azure Monitor Health Models"
|
|
354
|
+
* "Get details for my Azure Monitor Health Model 'my-health-model'"
|
|
342
355
|
|
|
343
356
|
### π§ Azure Monitor Instrumentation (under Azure Monitor)
|
|
344
357
|
|
|
@@ -471,6 +484,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
471
484
|
- π **Azure Event Grid** - Event routing and management
|
|
472
485
|
- π **Azure File Shares** - Azure managed file share operations
|
|
473
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
|
|
474
488
|
- π **Azure Key Vault** - Secrets, keys, and certificates
|
|
475
489
|
- βΈοΈ **Azure Kubernetes Service (AKS)** - Container orchestration
|
|
476
490
|
- π¦ **Azure Load Testing** - Performance testing
|
|
@@ -478,7 +492,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
|
|
|
478
492
|
- ποΈ **Azure Managed Lustre** - High-performance Lustre filesystem operations
|
|
479
493
|
- πͺ **Azure Marketplace** - Product discovery
|
|
480
494
|
- π **Azure Migrate** - Platform Landing Zone generation and modification guidance
|
|
481
|
-
- π **Azure Monitor** - Logging, metrics, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
495
|
+
- π **Azure Monitor** - Logging, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
482
496
|
- βοΈ **Azure Policy** - Policies set to enforce organizational standards
|
|
483
497
|
- βοΈ **Azure Native ISV Services** - Third-party integrations
|
|
484
498
|
- π‘οΈ **Azure Quick Review CLI** - Compliance scanning
|
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.
|
|
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
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"url": "https://github.com/microsoft/mcp.git",
|
|
18
|
+
"type": "git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|