@azure/mcp-win32-x64 3.0.0-beta.12 → 3.0.0-beta.14

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 CHANGED
@@ -137,6 +137,7 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
137
137
  ### 📊 Azure Advisor
138
138
 
139
139
  * "List my Advisor recommendations"
140
+ * "Apply Advisor recommendations to IaaC files"
140
141
 
141
142
  ### 🔎 Azure AI Search
142
143
 
@@ -369,6 +370,27 @@ Example prompts that generate Azure CLI commands:
369
370
  * "Show me details about my Azure SQL server 'myserver'"
370
371
  * "Delete my Azure SQL server 'myserver'"
371
372
 
373
+ ### 🤖 Azure SRE Agent
374
+
375
+ * "List my Azure SRE Agent resources"
376
+ * "Show me the SRE sub-agent named 'incident-bot' on agent 'sre-prod'"
377
+ * "Create a new SRE sub-agent named 'incident-bot' with these instructions on agent 'sre-prod'"
378
+ * "List the connectors registered on SRE Agent 'sre-prod'"
379
+ * "Register a Kusto connector on SRE Agent 'sre-prod' pointing at cluster 'https://help.kusto.windows.net'"
380
+ * "Register an MCP connector on SRE Agent 'sre-prod' for the Azure MCP server"
381
+ * "List the safety hooks configured on SRE Agent 'sre-prod'"
382
+ * "Activate the 'pre-prod-approval' hook for thread 'thread-123' on SRE Agent 'sre-prod'"
383
+ * "Create a new investigation thread on SRE Agent 'sre-prod' and ask it to look into elevated 5xx in payments-api"
384
+ * "Send a follow-up message to thread 'thread-123' on SRE Agent 'sre-prod'"
385
+ * "Run an autonomous investigation on SRE Agent 'sre-prod' with up to 20 iterations"
386
+ * "List scheduled tasks on SRE Agent 'sre-prod'"
387
+ * "Create a scheduled task on SRE Agent 'sre-prod' that runs every 15 minutes"
388
+ * "List active incidents on SRE Agent 'sre-prod'"
389
+ * "Declare an incident on SRE Agent 'sre-prod' for elevated error rates"
390
+ * "Generate a remediation workflow on SRE Agent 'sre-prod' from the latest investigation"
391
+ * "Search SRE Agent 'sre-prod' memories for prior occurrences of this alert"
392
+ * "Produce a remediation plan on SRE Agent 'sre-prod' for incident 'inc-42'"
393
+
372
394
  ### 💾 Azure Storage
373
395
 
374
396
  * "List my Azure storage accounts"
@@ -456,6 +478,7 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
456
478
  - 🗄️ **Azure SQL Database** - Relational database management
457
479
  - 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
458
480
  - 🗄️ **Azure SQL Server** - Server administration
481
+ - 🤖 **Azure SRE Agent** - SRE Agent investigations, sub-agents, connectors, hooks, threads, scheduled tasks, incidents, workflows, memories, and remediation plans
459
482
  - 💾 **Azure Storage** - Blob storage
460
483
  - **Azure Storage Sync** - Azure File Sync management operations
461
484
  - 📋 **Azure Subscription** - Subscription management
package/dist/azmcp.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/mcp-win32-x64",
3
- "version": "3.0.0-beta.12",
3
+ "version": "3.0.0-beta.14",
4
4
  "description": "Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme",