@azure/mcp-win32-x64 2.0.0-beta.6 → 2.0.0-beta.8

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
@@ -262,7 +262,6 @@ The Azure MCP Server provides tools for interacting with **40+ Azure service are
262
262
  - 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
263
263
  - 🔎 **Azure AI Search** - Search engine/vector database operations
264
264
  - 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
265
- - 🤖 **Azure AI Best Practices** - AI app development guidance for Microsoft Foundry and Microsoft Agent Framework
266
265
  - ⚙️ **Azure App Configuration** - Configuration management
267
266
  - 🕸️ **Azure App Service** - Web app hosting
268
267
  - 🛡️ **Azure Best Practices** - Secure, production-grade guidance
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": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.8",
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",
@@ -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"