Allow changing default arguments
Is your feature request related to a problem? Please describe.
When the MCP opens the browser it provides arguments I don't want like --disable-extensions. I'd like to be able to alter the command used to run the browser.
Describe the solution you'd like
Make the browser command configurable, or allow opting out of certain flags being set.
Describe alternatives you've considered
I tried using --chromeArg with --enable-extensions but I don't think this does anything.
Additional context
No response
Related to https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/96 btw but not exactly the same, there are other things I want to tweak too.
https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/338 should have solved this, right?
The problem is you can't undo the arguments that are passed by default by passing more arguments.
@OrKoN does the --no prefix work for this use case?
@natorion no, I don't think so. I think we would need to have dedicated args like in Puppeteer.