mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
document mcp server trust option (#719)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user