@azure/mcp-win32-x64 2.0.0-beta.5 → 2.0.0-beta.7
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 +18 -18
- package/dist/azmcp.exe +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -62,12 +62,12 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
62
62
|
|
|
63
63
|
## Remote MCP Server (preview)
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoints. To self-host the Azure MCP Server for use with these platforms, deploy it as a remote MCP server on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
|
|
66
66
|
|
|
67
|
-
###
|
|
67
|
+
### Microsoft Foundry
|
|
68
68
|
|
|
69
|
-
1. Follow the [deployment guide](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server/azd-templates/aca-
|
|
70
|
-
2. See [
|
|
69
|
+
1. Follow the [deployment guide](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server/azd-templates/aca-foundry-managed-identity/) for Microsoft Foundry.
|
|
70
|
+
2. See [Microsoft Foundry's MCP documentation](https://learn.microsoft.com/azure/ai-foundry/agents/how-to/tools/model-context-protocol) for more details.
|
|
71
71
|
|
|
72
72
|
### Microsoft Copilot Studio
|
|
73
73
|
|
|
@@ -90,21 +90,21 @@ Azure AI Foundry and Microsoft Copilot Studio require remote MCP server endpoint
|
|
|
90
90
|
|
|
91
91
|
✨ The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
|
|
92
92
|
|
|
93
|
-
### 🧮
|
|
93
|
+
### 🧮 Microsoft Foundry
|
|
94
94
|
|
|
95
|
-
* List
|
|
96
|
-
* Deploy
|
|
97
|
-
* List
|
|
95
|
+
* List Microsoft Foundry models
|
|
96
|
+
* Deploy Microsoft Foundry models
|
|
97
|
+
* List Microsoft Foundry model deployments
|
|
98
98
|
* List knowledge indexes
|
|
99
99
|
* Get knowledge index schema configuration
|
|
100
|
-
* Create
|
|
101
|
-
* List
|
|
102
|
-
* Connect and query
|
|
103
|
-
* Evaluate
|
|
104
|
-
* Get SDK samples for interacting with
|
|
105
|
-
* Create
|
|
106
|
-
* List
|
|
107
|
-
* Get messages of
|
|
100
|
+
* Create Microsoft Foundry agents
|
|
101
|
+
* List Microsoft Foundry agents
|
|
102
|
+
* Connect and query Microsoft Foundry agents
|
|
103
|
+
* Evaluate Microsoft Foundry agents
|
|
104
|
+
* Get SDK samples for interacting with Microsoft Foundry agent
|
|
105
|
+
* Create Microsoft Foundry agent threads
|
|
106
|
+
* List Microsoft Foundry agent threads
|
|
107
|
+
* Get messages of a Microsoft Foundry thread
|
|
108
108
|
|
|
109
109
|
### 🔎 Azure AI Search
|
|
110
110
|
|
|
@@ -259,10 +259,10 @@ Azure AI Foundry and Microsoft Copilot Studio require remote MCP server endpoint
|
|
|
259
259
|
|
|
260
260
|
The Azure MCP Server provides tools for interacting with **40+ Azure service areas**:
|
|
261
261
|
|
|
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
|
|
265
|
+
- 🤖 **Azure AI Best Practices** - AI app development guidance for Microsoft Foundry and Microsoft Agent Framework
|
|
266
266
|
- ⚙️ **Azure App Configuration** - Configuration management
|
|
267
267
|
- 🕸️ **Azure App Service** - Web app hosting
|
|
268
268
|
- 🛡️ **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.
|
|
3
|
+
"version": "2.0.0-beta.7",
|
|
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",
|
|
@@ -29,5 +29,6 @@
|
|
|
29
29
|
],
|
|
30
30
|
"cpu": [
|
|
31
31
|
"x64"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
"mcpName": "com.microsoft/azure"
|
|
33
34
|
}
|