mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-27 04:02:37 -07:00
1c8a37379b
Fix chrome-devtools-mcp CLI flags: - --existing (invalid) → --autoConnect for existing session mode - --profile-path (invalid) → --userDataDir for custom profile path - Default session mode changed from 'isolated' to 'persistent' Add 'persistent' session mode (new default) which uses a persistent Chrome profile at ~/.cache/chrome-devtools-mcp/chrome-profile. Add connection timeout and actionable error for 'existing' mode when Chrome remote debugging is not enabled.