You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ To allow Azure CLI & VS Code to work as the client for token acquisition.
234
234
|`resourceGroup`| The name of the resource group. Must contain only lowercase letters and numbers (alphanumeric). |
235
235
|`clientId`| The Entra ID (Azure AD) client ID from your app registration. |
236
236
|`location`|*(Optional)* The Azure region where resources will be deployed.<br/>Defaults to the resource group's location. |
237
-
|`resourceLabel`|*(Optional)* A lowercase alphanumeric string used as a suffix for naming resources and as the DNS label.<br/>If not provided, it will be the resourceGroup name.<br/>**Recommendation:** Set this value as the default the same with resource group name and make sure resouce group name contains only lower alphanumeric. |
237
+
|`resourceLabel`|*(Optional)* A lowercase alphanumeric string used as a suffix for naming resources and as the DNS label.<br/>If not provided, it will be the resourceGroup name.<br/>**Recommendation:** Set this value as the default the same with resource group name and make sure resource group name contains only lower alphanumeric. |
Copy file name to clipboardExpand all lines: mcp-proxy-server/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ With this, you can transform **local-only MCP servers** into **cloud-accessible
25
25
26
26
- Configure permissions for the workload identity principal (If setting up a local mcp server)
27
27
`mg-identity-<identifier>-workload`.
28
-
This identity is created by deployment. The MCP server will use the workload identity for upstream resouce access.
28
+
This identity is created by deployment. The MCP server will use the workload identity for upstream resource access.
29
29
30
30
### Proxying Local Servers
31
-
For starting a local MCP server in stdio and proxying the traffice through gateway to it.
31
+
For starting a local MCP server in stdio and proxying the traffic through gateway to it.
32
32
Set server startup command and arguments in environment variables:
33
33
-`MCP_COMMAND`
34
34
-`MCP_ARGS`
@@ -38,7 +38,7 @@ Set `useWorkloadIdentity` to be true if need the server to use the workload iden
38
38
> **Note:** When using a bridged local server, certain system packages may be missing by default. To address this, you can install the required packages within a custom Dockerfile and build your own `mcp-proxy` image.
39
39
40
40
### Proxying Remote Servers
41
-
For proxying another internal mcp server hosted in streamable HTTP. Set the target ednpoint in environment variable
41
+
For proxying another internal mcp server hosted in streamable HTTP. Set the target endpoint in environment variable
42
42
-`MCP_PROXY_URL`
43
43
44
44
@@ -49,7 +49,7 @@ Example payloads to send to `mcp-gateway` using the `POST /adapters` endpoint to
49
49
#### Example 1: Bridged [Azure MCP Server](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server)
50
50
```json
51
51
{
52
-
"name": "ado-remote",
52
+
"name": "azure-remote",
53
53
"imageName": "mcp-proxy",
54
54
"imageVersion": "1.0.0",
55
55
"environmentVariables": {
@@ -58,14 +58,14 @@ Example payloads to send to `mcp-gateway` using the `POST /adapters` endpoint to
0 commit comments