@azure/mcp 2.0.0-beta.7 → 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 +0 -1
- package/package.json +9 -9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.8",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure",
|
|
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"
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"arm64"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@azure/mcp-win32-
|
|
37
|
-
"@azure/mcp-win32-
|
|
38
|
-
"@azure/mcp-
|
|
39
|
-
"@azure/mcp-darwin-
|
|
40
|
-
"@azure/mcp-
|
|
41
|
-
"@azure/mcp-linux-x64": "2.0.0-beta.
|
|
36
|
+
"@azure/mcp-win32-x64": "2.0.0-beta.8",
|
|
37
|
+
"@azure/mcp-win32-arm64": "2.0.0-beta.8",
|
|
38
|
+
"@azure/mcp-linux-arm64": "2.0.0-beta.8",
|
|
39
|
+
"@azure/mcp-darwin-arm64": "2.0.0-beta.8",
|
|
40
|
+
"@azure/mcp-darwin-x64": "2.0.0-beta.8",
|
|
41
|
+
"@azure/mcp-linux-x64": "2.0.0-beta.8"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"postinstall": "node ./scripts/post-install-script.js"
|