Is your feature request related to a problem? Please describe.
We field many requests from folks about how to use Chrome DevTools MCP with the Microsoft Edge browser. It would be great if we could make this easy to do by adding direct support for Edge in Chrome DevTools MCP.
Describe the solution you'd like
Add a --browser parameter that initially only supports default and chrome but that is extensible. Add support for declarative JSON files that describe chromium-based browser's install paths, user data directory, and URL schemes to be used to support additional browsers that can be selected with the --browser parameter. Per @natorion in this PR comment we don't want direct support for other browsers but might consider some kind of extensibility. Proof of concept diff.
Describe alternatives you've considered
Add a --browser=edge parameter to directly support Edge built-in to Chrome DevTools MCP. See proof of concept PR. Per @natorion we don't want to have support for non-Chrome browsers built-in to Chrome DevTools MCP so this isn't a great solution.
Additional context
No response
Is your feature request related to a problem? Please describe.
We field many requests from folks about how to use Chrome DevTools MCP with the Microsoft Edge browser. It would be great if we could make this easy to do by adding direct support for Edge in Chrome DevTools MCP.
Describe the solution you'd like
Add a
--browserparameter that initially only supports default and chrome but that is extensible. Add support for declarative JSON files that describe chromium-based browser's install paths, user data directory, and URL schemes to be used to support additional browsers that can be selected with the--browserparameter. Per @natorion in this PR comment we don't want direct support for other browsers but might consider some kind of extensibility. Proof of concept diff.Describe alternatives you've considered
Add a
--browser=edgeparameter to directly support Edge built-in to Chrome DevTools MCP. See proof of concept PR. Per @natorion we don't want to have support for non-Chrome browsers built-in to Chrome DevTools MCP so this isn't a great solution.Additional context
No response