link tool discovery/call docs from core configuration doc (#720)
This commit is contained in:
parent
72f5ec3725
commit
e190249732
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue