link tool discovery/call docs from core configuration doc (#720)

This commit is contained in:
Olcan 2025-06-03 10:22:43 -07:00 committed by GitHub
parent 72f5ec3725
commit e190249732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -53,9 +53,10 @@ These are the main pieces of information the core `Config` object holds and uses
- **Source:** Command-line argument (`--all_files`).
- **Purpose:** If true, instructs relevant tools (like `read_many_files` when used implicitly by the model) to gather a broad context from the `targetDir`.
- **`toolDiscoveryCommand` (string | undefined):**
- **`toolDiscoveryCommand` (string | undefined):** see under [CLI settings](../cli/configuration.md#available-settings-in-settingsjson).
- **`toolCallCommand` (string | undefined)**: see under [CLI settings](../cli/configuration.md#available-settings-in-settingsjson).
- `toolCallCommand` (string | undefined):
- `mcpServers` (object | undefined):
- **Source:** `settings.json` (`mcpServers` key), passed from the CLI.
- **Purpose:** Advanced setting for configuring connections to one or more Model-Context Protocol (MCP) servers. This allows the Gemini CLI to discover and utilize tools exposed by these external servers.