From d9677528339aaf8b559368e4ee1b8c9d7793c293 Mon Sep 17 00:00:00 2001 From: Olcan Date: Tue, 3 Jun 2025 10:08:34 -0700 Subject: [PATCH] document mcp server trust option (#719) --- docs/cli/configuration.md | 1 + 1 file changed, 1 insertion(+) 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.