Skip to content

Commit ea4d842

Browse files
docs: Gemini CLI additional options (#1223)
* Add "trust" option to MCP server configuration for bypassing confirmations * Additional configuration * Add co-author Co-authored-by: Michael Vorburger <vorburger@google.com> --------- Co-authored-by: Michael Vorburger <vorburger@google.com>
1 parent 0188cc0 commit ea4d842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The simplest way is to use GitHub's hosted MCP server:
4040
"mcpServers": {
4141
"github": {
4242
"httpUrl": "https://api.githubcopilot.com/mcp/",
43-
"trust": true,
4443
"headers": {
4544
"Authorization": "Bearer $GITHUB_PAT"
4645
}
@@ -122,6 +121,10 @@ To verify that the GitHub MCP server has been configured, start Gemini CLI in yo
122121
List my GitHub repositories
123122
```
124123
124+
## Additional Configuration
125+
126+
You can find more MCP configuration options for Gemini CLI here: [MCP Configuration Structure](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html#configuration-structure). For example, bypassing tool confirmations or excluding specific tools.
127+
125128
## Troubleshooting
126129
127130
### Local Server Issues

0 commit comments

Comments
 (0)