We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72f069 commit 76bbe5bCopy full SHA for 76bbe5b
1 file changed
docs/installation-guides/install-other-copilot-ides.md
@@ -23,7 +23,7 @@ Ensure your IDE supports remote MCP servers:
23
24
Add the GitHub MCP Server to your IDE's MCP configuration. The exact location varies by IDE:
25
26
-**For IDEs supporting OAuth (recommended):**
+**OAuth flow for IDEs that support OAuth (recommended):**
27
```json
28
{
29
"mcpServers": {
@@ -34,7 +34,7 @@ Add the GitHub MCP Server to your IDE's MCP configuration. The exact location va
34
}
35
```
36
37
-**For IDEs requiring Personal Access Token:**
+**Using a Personal Access Token:**
38
39
40
0 commit comments