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: docs/ide/mcp-servers.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,30 +34,30 @@ By standardizing this interaction, MCP eliminates the need for custom integratio
34
34
The following walkthrough requires 17.14.9 or later.
35
35
36
36
1. Create a new file: `<SOLUTIONDIR>\.mcp.json` or `%USERPROFILE%\.mcp.json`. Using Visual Studio to edit this file is recommended so its JSON schema is automatically applied.
37
-
1. Paste the following contents into the `.mcp.json` file
38
-
39
-
```json
40
-
{
41
-
"servers": {
42
-
"github": {
43
-
"url": "https://api.githubcopilot.com/mcp/"
37
+
2. Paste the following contents into the `.mcp.json` file
38
+
39
+
```json
40
+
{
41
+
"servers": {
42
+
"github": {
43
+
"url": "https://api.githubcopilot.com/mcp/"
44
+
}
44
45
}
45
46
}
46
-
}
47
-
```
47
+
```
48
48
49
-
1. Save the file, then activate the CodeLens that appears over the new server to authenticate to this server using a GitHub account.
49
+
3. Save the file, then activate the CodeLens that appears over the new server to authenticate to this server using a GitHub account.
50
50
51
-
1. In Visual Studio, click the `Ask` dropdown in the GitHub Copilot Chat window, and then select `Agent`.
51
+
4. In Visual Studio, click the `Ask` dropdown in the GitHub Copilot Chat window, and then select `Agent`.
0 commit comments