summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-03 10:08:34 -0700
committerGitHub <[email protected]>2025-06-03 10:08:34 -0700
commitd9677528339aaf8b559368e4ee1b8c9d7793c293 (patch)
treebf73ec5e4c06656b59a189c6bdacbdc61c6939e8
parentfffa06f0b119dfb075ced415a08c517d63dc1953 (diff)
document mcp server trust option (#719)
-rw-r--r--docs/cli/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index 14e677c9..b5ef0631 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -110,6 +110,7 @@ When you create a `.gemini/settings.json` file for project-specific settings, or
- `env` (object, optional): Environment variables to set for the server process.
- `cwd` (string, optional): The working directory in which to start the server.
- `timeout` (number, optional): Timeout in milliseconds for requests to this MCP server.
+ - `trust` (boolean, optional): Trust this server and bypass all tool call confirmations.
- **Behavior:**
- The CLI will attempt to connect to each configured MCP server to discover available tools.
- If multiple MCP servers expose a tool with the same name, the tool names will be prefixed with the server alias you defined in the configuration (e.g., `serverAlias__actualToolName`) to avoid conflicts.