Skip to content

Commit a1ee1e9

Browse files
committed
PR updates
1 parent c4ca4d7 commit a1ee1e9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/azure-mcp-server/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Azure MCP Server works with AI-powered code editors that support the Model Conte
2828

2929
## Languages & frameworks
3030

31-
Azure MCP Server supports programmatic access through popular programming languages and frameworks.
31+
You can also connect to Azure MCP Server using programming languages and frameworks. This documentation currently provides guidance and examples for Python and .NET.
3232

3333
### Python
3434

articles/azure-mcp-server/get-started/tools/visual-studio-code.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,16 @@ In this article, you learn how to complete the following tasks:
3131

3232
Select one of the following options to install the Azure MCP Server in Visual Studio Code:
3333

34-
## [Global install](#tab/one-click)
34+
## [Extension install](#tab/one-click)
3535

36-
1. To install the Azure MCP Server for Visual Studio Code in your user settings, select the following link:
36+
1. To install the [Azure MCP Server Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-mcp-server), select the following link:
3737

38-
[![Install with NPX in Visual Studio Code](https://img.shields.io/badge/VS_Code-Install_Azure_MCP_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Azure%20MCP%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D)
38+
[![Install with NPX in Visual Studio Code](https://img.shields.io/badge/VS_Code-Install_Azure_MCP_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](vscode:extension/ms-azuretools.vscode-azure-mcp-server)
3939

40-
A list of installation options opens inside Visual Studio Code. Select **Install Server** to add the server configuration to your user settings.
40+
> [!TIP]
41+
> For an optimal Azure MCP Server experience, [install GitHub Copilot for Azure](/azure/developer/github-copilot-azure/get-started), which includes and uses the Azure MCP Server extension. GitHub Copilot for Azure streamlines your development workflow and enhances your productivity on the Azure platform.
4142
42-
:::image type="content" source="../../media/install-mcp-server.png" alt-text="A screenshot showing Azure MCP Server installation options.":::
43-
44-
1. Open GitHub Copilot and select Agent Mode. To learn more about Agent Mode, visit the [Visual Studio Code Documentation](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
43+
1. After you install the extension, open GitHub Copilot and select Agent Mode. To learn more about Agent Mode, visit the [Visual Studio Code Documentation](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
4544
1. Refresh the tools list to see Azure MCP Server as an available option:
4645

4746
:::image type="content" source="../../media/github-copilot-integration.png" alt-text="A screenshot showing Azure MCP Server as GitHub Copilot tool.":::

0 commit comments

Comments
 (0)