diff options
Diffstat (limited to 'docs/core/tools-api.md')
| -rw-r--r-- | docs/core/tools-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core/tools-api.md b/docs/core/tools-api.md index be19c760..92a09661 100644 --- a/docs/core/tools-api.md +++ b/docs/core/tools-api.md @@ -69,4 +69,4 @@ While direct programmatic registration of new tools by users isn't explicitly de - **Command-based Discovery:** Advanced users or project administrators can define a `toolDiscoveryCommand` in `settings.json`. This command, when run by the Gemini CLI core, should output a JSON array of `FunctionDeclaration` objects. The core will then make these available as `DiscoveredTool` instances. The corresponding `toolCallCommand` would then be responsible for actually executing these custom tools. - **MCP Server(s):** For more complex scenarios, one or more MCP servers can be set up and configured via the `mcpServers` setting in `settings.json`. The Gemini CLI core can then discover and use tools exposed by these servers. As mentioned, if you have multiple MCP servers, the tool names will be prefixed with the server name from your configuration (e.g., `serverAlias__actualToolName`). -This tool system provides a flexible and powerful way to augment the Gemini model\'s capabilities, making the Gemini CLI a versatile assistant for a wide range of tasks. +This tool system provides a flexible and powerful way to augment the Gemini model's capabilities, making the Gemini CLI a versatile assistant for a wide range of tasks. |
