mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
fix: typo in MCP servers settings description (#15929)
This commit is contained in:
parent
ced5110dab
commit
75bc41fc20
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ The file has the following structure:
|
|||
- `version`: The version of the extension.
|
||||
- `mcpServers`: A map of MCP servers to settings. The key is the name of the
|
||||
server, and the value is the server configuration. These servers will be
|
||||
loaded on startup just like MCP servers settingsd in a
|
||||
loaded on startup just like MCP servers settings in a
|
||||
[`settings.json` file](../get-started/configuration.md). If both an extension
|
||||
and a `settings.json` file settings an MCP server with the same name, the
|
||||
server defined in the `settings.json` file takes precedence.
|
||||
|
|
|
|||
Loading…
Reference in a new issue