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/installation-guides/install-other-copilot-ides.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Quick setup guide for the GitHub Model Context Protocol (MCP) server across diff
21
21
22
22
Quick setup guide for the GitHub MCP server in GitHub Copilot across different IDEs. For VS Code instructions, refer to the [VS Code install guide in the README](/README.md#installation-in-vs-code)
23
23
24
+
> **Note**: OAuth authentication for the remote GitHub server is not yet supported in any IDEs other than VS Code. You must use a Personal Access Token (PAT).
25
+
24
26
## Visual Studio Setup
25
27
26
28
Requires Visual Studio 2022 version 17.14 or later.
@@ -29,8 +31,6 @@ Requires Visual Studio 2022 version 17.14 or later.
29
31
30
32
The remote GitHub MCP server is hosted by GitHub and provides automatic updates with no local setup required.
31
33
32
-
**Note**: OAuth authentication is not yet supported in Visual Studio. You must use a Personal Access Token (PAT).
33
-
34
34
#### Configuration
35
35
1. Go to **Tools** → **Options** → **GitHub** → **Copilot** → **MCP Servers**
0 commit comments