@azure/mcp-linux-arm64 2.0.0-beta.4 → 2.0.0-beta.6
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 +29 -16
- package/dist/azmcp +0 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# <img height="36" width="36" src="https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/acom_social_icon_azure" alt="Microsoft Azure Logo" /> Azure MCP Server NPM Package
|
|
2
2
|
|
|
3
|
-
All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
|
|
4
3
|
|
|
4
|
+
All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
|
|
5
5
|
## Table of Contents
|
|
6
6
|
- [Overview](#overview)
|
|
7
7
|
- [Installation](#installation)
|
|
@@ -60,6 +60,19 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
60
60
|
| **VS Code** | `.vscode/mcp.json` (workspace)<br>`settings.json` (user) | [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) |
|
|
61
61
|
| **Windsurf** | `~/.codeium/windsurf/mcp_config.json` | [Windsurf Cascade MCP Integration](https://docs.windsurf.com/windsurf/cascade/mcp) |
|
|
62
62
|
|
|
63
|
+
## Remote MCP Server (preview)
|
|
64
|
+
|
|
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
|
+
|
|
67
|
+
### Microsoft Foundry
|
|
68
|
+
|
|
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
|
+
|
|
72
|
+
### Microsoft Copilot Studio
|
|
73
|
+
|
|
74
|
+
1. Follow the [deployment guide](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server/azd-templates/aca-copilot-studio-managed-identity/) for Microsoft Copilot Studio.
|
|
75
|
+
|
|
63
76
|
# Usage
|
|
64
77
|
|
|
65
78
|
## Getting Started
|
|
@@ -77,21 +90,21 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
77
90
|
|
|
78
91
|
✨ The Azure MCP Server supercharges your agents with Azure context. Here are some cool prompts you can try:
|
|
79
92
|
|
|
80
|
-
### 🧮
|
|
93
|
+
### 🧮 Microsoft Foundry
|
|
81
94
|
|
|
82
|
-
* List
|
|
83
|
-
* Deploy
|
|
84
|
-
* List
|
|
95
|
+
* List Microsoft Foundry models
|
|
96
|
+
* Deploy Microsoft Foundry models
|
|
97
|
+
* List Microsoft Foundry model deployments
|
|
85
98
|
* List knowledge indexes
|
|
86
99
|
* Get knowledge index schema configuration
|
|
87
|
-
* Create
|
|
88
|
-
* List
|
|
89
|
-
* Connect and query
|
|
90
|
-
* Evaluate
|
|
91
|
-
* Get SDK samples for interacting with
|
|
92
|
-
* Create
|
|
93
|
-
* List
|
|
94
|
-
* 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
|
|
95
108
|
|
|
96
109
|
### 🔎 Azure AI Search
|
|
97
110
|
|
|
@@ -246,10 +259,10 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
246
259
|
|
|
247
260
|
The Azure MCP Server provides tools for interacting with **40+ Azure service areas**:
|
|
248
261
|
|
|
249
|
-
- 🧮 **
|
|
262
|
+
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
250
263
|
- 🔎 **Azure AI Search** - Search engine/vector database operations
|
|
251
264
|
- 🎤 **Azure AI Services Speech** - Speech-to-text recognition and text-to-speech synthesis
|
|
252
|
-
- 🤖 **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
|
|
253
266
|
- ⚙️ **Azure App Configuration** - Configuration management
|
|
254
267
|
- 🕸️ **Azure App Service** - Web app hosting
|
|
255
268
|
- 🛡️ **Azure Best Practices** - Secure, production-grade guidance
|
|
@@ -325,7 +338,7 @@ Telemetry collection is on by default. The server supports two telemetry streams
|
|
|
325
338
|
|
|
326
339
|
1. **User-provided telemetry**: If you configure your own Application Insights connection string via the `APPLICATIONINSIGHTS_CONNECTION_STRING` environment variable, telemetry will be sent to your Application Insights resource.
|
|
327
340
|
|
|
328
|
-
2. **Microsoft telemetry**: By default, telemetry is also sent to Microsoft to help improve the product. This can be disabled separately from user-provided telemetry.
|
|
341
|
+
2. **Microsoft telemetry**: By default, telemetry is also sent to Microsoft to help improve the product. This can be disabled separately from user-provided telemetry. See [Disabling All Telemetry](#disabling-all-telemetry) section below for more details.
|
|
329
342
|
|
|
330
343
|
#### Disabling All Telemetry
|
|
331
344
|
|
package/dist/azmcp
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/mcp-linux-arm64",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.6",
|
|
4
4
|
"description": "Azure MCP Server - Model Context Protocol implementation for Azure, for linux on arm64",
|
|
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
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/microsoft/mcp.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20.0.0"
|
|
@@ -29,5 +29,6 @@
|
|
|
29
29
|
],
|
|
30
30
|
"cpu": [
|
|
31
31
|
"arm64"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
"mcpName": "com.microsoft/azure"
|
|
33
34
|
}
|