diff options
Diffstat (limited to 'docs/extension.md')
| -rw-r--r-- | docs/extension.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extension.md b/docs/extension.md index e71b58a3..36068a0c 100644 --- a/docs/extension.md +++ b/docs/extension.md @@ -33,6 +33,6 @@ The `gemini-extension.json` file has the following structure: - `name`: The name of the extension. This is used to uniquely identify the extension. - `version`: The version of the extension. - `mcpServers`: A map of MCP servers to configure. The key is the name of the server, and the value is the server configuration. These servers will be loaded on startup just like mcpServers configured in settings.json. If an extension and settings.json configure a mcp server with the same name, settings.json will take precedence. -- `contextFileName`: The name of the file that contains the context for the extension. This will be used to load the context from the workspace. NOT YET SUPPORTED +- `contextFileName`: The name of the file that contains the context for the extension. This will be used to load the context from the workspace. If this property is not used but a `Gemini.md` is present then that file will be loaded. When Gemini CLI starts, it will load all the extensions and merge their configurations. If there are any conflicts, the workspace configuration will take precedence. |
