Skip to content

Commit de55ce9

Browse files
committed
fixes
1 parent d641cc5 commit de55ce9

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ In this article, you learn how to complete the following tasks:
2323

2424
- An [Azure account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) with an active subscription
2525
- [Cursor](https://cursor.sh/) - The AI-powered code editor
26-
- [Node.js](https://nodejs.org/) version 18 or higher installed on your system
2726

2827
[!INCLUDE [permissions-note](../../includes/permissions-note.md)]
2928

@@ -62,7 +61,7 @@ To install and configure Azure MCP Server in Cursor:
6261
3. If you're prompted to authenticate to Azure, run the suggested auth tool to sign-in through the browser.
6362

6463
> [!NOTE]
65-
> Cursor won't prompt you to sign in to Azure if you're already authenticated via other local tooling such as the Azure CLI.
64+
> Cursor doesn't prompt you to sign in to Azure if you're already authenticated via other local tooling such as the Azure CLI.
6665

6766
4. Cursor prompts you to run a tool to retrieve the storage accounts, such as `storage account list`. Select **Run tool** to continue.
6867

@@ -80,7 +79,7 @@ To install and configure Azure MCP Server in Cursor:
8079
Let me know if you need further details or actions related to any of these resource groups!
8180
```
8281

83-
5. Explore additional Azure MCP operations using other relevant prompts, such as:
82+
5. Explore more Azure MCP operations using other relevant prompts, such as:
8483

8584
```text
8685
List all of the storage accounts in my subscription

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: build-2025
1616
In this article, you learn how to complete the following tasks:
1717

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

2222
## Prerequisites

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In this article, you learn how to complete the following tasks:
3030

3131
Visual Studio uses a file named `mcp.json` to check for MCP Server configurations, including configurations set up by other development environments. MCP server configurations are read from the following directories, in the following order:
3232

33-
1. `%USERPROFILE%\.mcp.json`: Serves as a global MCP server configuration for a specific user. Adding an MCP server here would make it load for all Visual Studio solutions.
33+
1. `%USERPROFILE%\.mcp.json`: Serves as a global MCP server configuration for a specific user. Add an MCP server here to make it load for all Visual Studio solutions.
3434
1. `<SOLUTIONDIR>\.vs\mcp.json`: Specific to Visual Studio and only loads the specified MCP servers for a specific user, for the specified solution.
35-
1. `<SOLUTIONDIR>\.mcp.json`: Works well if you're looking for an MCP configuration that you can track in source control for a repo.
35+
1. `<SOLUTIONDIR>\.mcp.json`: A solution-level MCP configuration that you can track in source control for a repo.
3636
1. `<SOLUTIONDIR>\.vscode\mcp.json`: Scoped to the repository/solution and typically not included in source control.
3737
1. `<SOLUTIONDIR>\.cursor\mcp.json`: Scoped to the repository/solution and typically not included in source control.
3838

@@ -41,11 +41,11 @@ Visual Studio uses a file named `mcp.json` to check for MCP Server configuration
4141
4242
The following options demonstrate two of the most common approaches to connect to Azure MCP Server from Visual Studio.
4343

44-
## [Global install](#tab/one-click)
44+
## [Solution install](#tab/manual)
4545

46-
Complete the following steps to globally add Azure MCP Server for all Visual Studio solutions for a specific user:
46+
Complete the following steps to install Azure MCP Server for a specific directory:
4747

48-
1. Create a new file `%USERPROFILE%\.mcp.json`. Use Visual Studio to edit this file so that its JSON schema is automatically applied.
48+
1. Create a new file at the root of your solution named `.mcp.json`. Use Visual Studio to edit this file so that its JSON schema is automatically applied.
4949
1. Inside the `.mcp.json` file, add the following JSON:
5050

5151
```json
@@ -65,14 +65,14 @@ Complete the following steps to globally add Azure MCP Server for all Visual Stu
6565
```
6666

6767
1. Save your changes.
68-
1. Inside Visual Studio, Open GitHub Copilot and select Agent Mode.
68+
1. Open GitHub Copilot and select Agent Mode.
6969
1. Select the tools icon to view the available tools. Search for *Azure MCP Server* to filter the results.
7070

71-
## [Directory install](#tab/manual)
71+
## [Global install](#tab/one-click)
7272

73-
Complete the following steps to install Azure MCP Server for a specific directory:
73+
Complete the following steps to globally add Azure MCP Server for all Visual Studio solutions for a specific user:
7474

75-
1. Create a new file at the root of your solution named `.mcp.json`. Use Visual Studio to edit this file so that its JSON schema is automatically applied.
75+
1. Create a new file at `%USERPROFILE%\.mcp.json`. Use Visual Studio to edit this file so that its JSON schema is automatically applied.
7676
1. Inside the `.mcp.json` file, add the following JSON:
7777

7878
```json
@@ -92,7 +92,7 @@ Complete the following steps to install Azure MCP Server for a specific director
9292
```
9393

9494
1. Save your changes.
95-
1. Open GitHub Copilot and select Agent Mode.
95+
1. Inside Visual Studio, Open GitHub Copilot and select Agent Mode.
9696
1. Select the tools icon to view the available tools. Search for *Azure MCP Server* to filter the results.
9797

9898
---
@@ -101,7 +101,7 @@ Complete the following steps to install Azure MCP Server for a specific director
101101

102102
## Use prompts to test the Azure MCP Server
103103

104-
1. If you haven't already, Open GitHub Copilot and select Agent Mode.
104+
1. Open GitHub Copilot and select Agent Mode.
105105
1. Enter a prompt that causes the agent to use Azure MCP Server tools, such as *List my Azure resource groups*.
106106
1. In order to authenticate Azure MCP Server, Copilot prompts you to sign-in to Azure using the browser.
107107

0 commit comments

Comments
 (0)