From 4bd39c07e91abc14bb1409bcf5da91a37dff207a Mon Sep 17 00:00:00 2001 From: Sandor Major Date: Wed, 9 Jul 2025 20:37:29 -0400 Subject: [PATCH] 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! --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f3ae6c4..05ab398 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,25 @@ Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in Click Save. +
+Install in Gemini CLI + +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" + ] + } + } +} +``` +
+ ### Configuration Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: