docs: adding installation steps for Gemini CLI (#625)

I just tried it out with Gemini CLI and it works like a charm, thanks
for creating this MCP server!
This commit is contained in:
Sandor Major 2025-07-09 20:37:29 -04:00 committed by GitHub
parent f5b68dc590
commit 4bd39c07e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,25 @@ Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in
Click <code>Save</code>.
</details>
<details>
<summary><b>Install in Gemini CLI</b></summary>
Follow the MCP install [guide](https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md#configure-the-mcp-server-in-settingsjson), use following configuration:
```js
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}
```
</details>
### Configuration
Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: