document mcp server trust option (#719)
This commit is contained in:
parent
fffa06f0b1
commit
d967752833
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue