Skip to content

Commit 76bbe5b

Browse files
authored
Update installation guide for OAuth and Personal Access Token...
...configuration steps for IDEs supporting OAuth and requiring Personal Access Token.
1 parent d72f069 commit 76bbe5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation-guides/install-other-copilot-ides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Ensure your IDE supports remote MCP servers:
2323

2424
Add the GitHub MCP Server to your IDE's MCP configuration. The exact location varies by IDE:
2525

26-
**For IDEs supporting OAuth (recommended):**
26+
**OAuth flow for IDEs that support OAuth (recommended):**
2727
```json
2828
{
2929
"mcpServers": {
@@ -34,7 +34,7 @@ Add the GitHub MCP Server to your IDE's MCP configuration. The exact location va
3434
}
3535
```
3636

37-
**For IDEs requiring Personal Access Token:**
37+
**Using a Personal Access Token:**
3838
```json
3939
{
4040
"mcpServers": {

0 commit comments

Comments
 (0)