From e190249732f3b476fc3f4baa314f45216fd1a450 Mon Sep 17 00:00:00 2001 From: Olcan Date: Tue, 3 Jun 2025 10:22:43 -0700 Subject: [PATCH] link tool discovery/call docs from core configuration doc (#720) --- docs/core/configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/core/configuration.md b/docs/core/configuration.md index 4ee47350..b9280476 100644 --- a/docs/core/configuration.md +++ b/docs/core/configuration.md @@ -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.