Skip to content

Commit c4ca4d7

Browse files
committed
tweaks
1 parent 8090ab7 commit c4ca4d7

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

articles/azure-mcp-server/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
items:
1010
- name: Get started with Azure MCP Server
1111
href: get-started.md
12-
- name: Tools
12+
- name: Code editors and tools
1313
expanded: true
1414
items:
1515
- name: Visual Studio Code

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ Azure MCP Server supports programmatic access through popular programming langua
3434

3535
[Get started with Azure MCP Server and Python](get-started/languages/python.md) to enhance your apps and workflows:
3636

37-
- Use Python MCP client libraries to connect directly to Azure MCP Server
38-
- Build automation scripts that manage Azure resources
39-
- Integrate into web frameworks like Django, Flask, or FastAPI
40-
- Incorporate Azure operations into data science workflows with Jupyter notebooks
37+
- Use Python MCP client libraries to connect directly to Azure MCP Server.
38+
- Build automation scripts that manage Azure resources.
39+
- Integrate into web frameworks like Django, Flask, or FastAPI.
40+
- Incorporate Azure operations into data science workflows with Jupyter notebooks.
4141

4242
### .NET
4343

4444
[Get started with Azure MCP Server and .NET](get-started/languages/dotnet.md) to enhance your apps and workflows:
4545

46-
- Create console applications and command-line tools for Azure management
47-
- Build ASP.NET Core web applications with integrated Azure capabilities
48-
- Develop Azure Functions that leverage Azure MCP Server for resource management
49-
- Create Windows desktop applications with Azure integration
46+
- Create console applications and command-line tools for Azure management.
47+
- Build ASP.NET Core web applications with integrated Azure capabilities.
48+
- Develop Azure Functions that leverage Azure MCP Server for resource management.
49+
- Create Windows desktop applications with Azure integration.
5050

5151
The Azure MCP Server provides flexibility to work with Azure in the way that best fits your development style and requirements, whether through interactive AI-powered editors or programmatic integration in your applications.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ To install and configure Azure MCP Server in Cursor:
3333
1. Navigate to **File > Preferences > Cursor Settings**
3434
1. Select **Tools & Integrations** from the left navigation.
3535
1. In the **MCP Tools** section of the page, select **New MCP Server** to open the `mcp.json` file for editing.
36+
37+
:::image type="content" source="../../media/cursor-configure-mcp-server.png" alt-text="A screenshot showing how to configure an MCP Server in Cursor.":::
38+
3639
1. Add the following configuration to the `mcpServers` JSON object:
3740

3841
```json
@@ -47,8 +50,6 @@ To install and configure Azure MCP Server in Cursor:
4750
}
4851
```
4952

50-
:::image type="content" source="../../media/cursor-configure-mcp-server.png" alt-text="A screenshot showing how to configure an MCP Server in Cursor.":::
51-
5253
## Use prompts to test the Azure MCP Server
5354

5455
1. Open Cursor's AI chat interface by pressing `Ctrl+L` or clicking the chat icon in the sidebar.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.custom: build-2025
1515

1616
In this article, you learn how to complete the following tasks:
1717

18-
- Install and authenticate to the Azure MCP Server
19-
- Connect to Azure MCP Server using GitHub Copilot agent mode in Visual Studio
20-
- Run prompts to test Azure MCP Server operations and interact with Azure resources
18+
- Install and authenticate to the Azure MCP Server.
19+
- Connect to Azure MCP Server using GitHub Copilot agent mode in Visual Studio.
20+
- Run prompts to test Azure MCP Server operations and interact with Azure resources.
2121

2222
## Prerequisites
2323

@@ -106,7 +106,7 @@ Complete the following steps to globally add Azure MCP Server for all Visual Stu
106106
1. In order to authenticate Azure MCP Server, Copilot prompts you to sign-in to Azure using the browser.
107107

108108
> [!NOTE]
109-
> Copilot doesn't you to sign-in to Azure if you're already authenticated via other local tooling such as the Azure CLI.
109+
> Copilot doesn't prompt you to sign-in to Azure if you're already authenticated via other local tooling such as the Azure CLI.
110110

111111
1. Copilot requests permission to run the necessary Azure MCP Server operation for your prompt. Select **Allow this time** or use the arrow to select a more specific behavior:
112112
- **Always allow** sets the operation to always run for any GitHub Copilot Agent Mode session or any Visual Studio Code workspace.

0 commit comments

Comments
 (0)