786 B
786 B
Objective
Fix the Playwright MCP configuration in Gemini CLI by aligning it with the working Claude Code configuration.
Key Files & Context
.gemini/settings.json: This file currently contains the incorrect configuration pointing to/opt/google/chrome/chrome.
Implementation Steps
- Update
.gemini/settings.jsonto modify theargsarray for theplaywrightmcpServer. - Remove the
--browserandchromearguments. - Update
--executable-pathto point to/home/mpuchstein/.cache/ms-playwright/chromium-1208/chrome-linux64/chrome(the working binary used by Claude).
Verification & Testing
After updating the configuration, the user will need to restart the Gemini CLI session to apply the changes and verify that the Playwright MCP tools function correctly.