@azure/mcp-darwin-x64 3.0.0-beta.23 → 3.0.0-beta.25

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 +4 -2
  2. package/dist/azmcp +0 -0
  3. 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://scottspence.com/posts/configuring-mcp-tools-in-claude-code) |
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) |
@@ -339,6 +339,8 @@ Example prompts that generate Azure CLI commands:
339
339
  ### 📊 Azure Monitor
340
340
 
341
341
  * "Query my Log Analytics workspace"
342
+ * "List my Azure Monitor Health Models"
343
+ * "Get details for my Azure Monitor Health Model 'my-health-model'"
342
344
 
343
345
  ### 🧭 Azure Monitor Instrumentation (under Azure Monitor)
344
346
 
@@ -478,7 +480,7 @@ The Azure MCP Server provides tools for interacting with **44+ Azure service are
478
480
  - 🗃️ **Azure Managed Lustre** - High-performance Lustre filesystem operations
479
481
  - 🏪 **Azure Marketplace** - Product discovery
480
482
  - 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
481
- - 📈 **Azure Monitor** - Logging, metrics, health monitoring, and instrumentation onboarding/migration workflow for local applications
483
+ - 📈 **Azure Monitor** - Logging, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
482
484
  - ⚖️ **Azure Policy** - Policies set to enforce organizational standards
483
485
  - ⚙️ **Azure Native ISV Services** - Third-party integrations
484
486
  - 🛡️ **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.23",
3
+ "version": "3.0.0-beta.25",
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
- "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"