Skip to content

Commit f86124e

Browse files
committed
Bearer needed for headers, add references
1 parent 26d9139 commit f86124e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/installation-guides/install-gemini-cli.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The simplest way is to use GitHub's hosted MCP server:
4242
"httpUrl": "https://api.githubcopilot.com/mcp/",
4343
"trust": true,
4444
"headers": {
45-
"Authorization": "$GITHUB_PAT"
45+
"Authorization": "Bearer $GITHUB_PAT"
4646
}
4747
}
4848
}
@@ -151,9 +151,6 @@ To verify that the GitHub MCP server has been configured, start Gemini CLI in yo
151151
gemini --debug "test command"
152152
```
153153
154-
## Important Notes
154+
## References
155155
156-
- **Official repository**: [github/github-mcp-server](https://github.com/github/github-mcp-server)
157-
- **Docker image**: `ghcr.io/github/github-mcp-server` (official and supported)
158-
- **Gemini CLI specifics**: Uses `mcpServers` key, supports both global and project configurations
159-
- **Remote server method**: Preferred approach using GitHub's hosted MCP server at `https://api.githubcopilot.com/mcp/`
156+
- Gemini CLI Docs > [MCP Configuration Structure](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html#configuration-structure)

0 commit comments

Comments
 (0)