Skip to content

Commit ab9aead

Browse files
authored
Update README.md - remove trailing slash from Gemini CLI MCP install command
1 parent 2884ec7 commit ab9aead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code-assist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the server to your preferred AI client's MCP configuration file. Find your c
4545
* **[Gemini Code Assist & Gemini CLI](https://developers.google.com/gemini-code-assist/docs/use-agentic-chat-pair-programmer#configure-mcp-servers)**
4646
* Option 1 - Add the server directly from your command line (assuming you have Gemini CLI already installed):
4747
```bash
48-
gemini mcp add google-maps-platform-code-assist npx -y @googlemaps/code-assist-mcp`
48+
gemini mcp add google-maps-platform-code-assist npx -y @googlemaps/code-assist-mcp
4949
```
5050
* Verify the installation by running `gemini mcp list`.
5151
* Option 2 - Add the MCP server config manually to your `~/.gemini/settings.json` file.

0 commit comments

Comments
 (0)