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
- Import the OpenAPI definition from `openapi/mcp-gateway.openapi.json` into tools like [Postman](https://www.postman.com/), [Bruno](https://www.usebruno.com/), or [Swagger Editor](https://editor.swagger.io/).
134
133
135
134
- Send a request to create a new adapter resource:
- After deploying the MCP server, use a client like [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) to test the connection.
148
+
### 8. Test the API - MCP Server Access
149
+
- After deploying the MCP server, use a client like [VS Code](https://code.visualstudio.com/) to test the connection. Refer to the guide: [Use MCP servers in VS Code (Preview)](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
150
+
> **Note:** Ensure VSCode is up to date to access the latest MCP features.
151
+
152
+
- To connect to the deployed `mcp-example` server, use:
@@ -249,7 +262,7 @@ Build the MCP server image in ACR:
249
262
az acr build -r "mgreg$resourceLabel" -f mcp-example-server/Dockerfile mcp-example-server -t "mgreg$resourceLabel.azurecr.io/mcp-example:1.0.0"
250
263
```
251
264
252
-
### 5. Test the API
265
+
### 5. Test the API - MCP Server Management
253
266
254
267
- Import the OpenAPI spec from `openapi/mcp-gateway.openapi.json` into [Postman](https://www.postman.com/), [Bruno](https://www.usebruno.com/), or [Swagger Editor](https://editor.swagger.io/)
- After deploying the MCP server, use a client like [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) to test the connection.
277
-
> **Note:** A valid bearer token is still required in the Authorization header when connecting to the server.
289
+
### 6. Test the API - MCP Server Access
290
+
291
+
- After deploying the MCP server, use a client like [VS Code](https://code.visualstudio.com/) to test the connection. Refer to the guide: [Use MCP servers in VS Code (Preview)](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
292
+
> **Note:** Ensure VSCode is up to date to access the latest MCP features.
278
293
279
294
- To connect to the deployed `mcp-example` server, use:
0 commit comments