Alex Rudenko

Results 1168 comments of Alex Rudenko

Seems to be some bug in the CDP implementation on the Chromium side.

IIRC we consolidated tools into one after getting the feedback of having too many tools. From the implementation perspective a reload is a navigation and it might even redirect you...

Could you please provide the Chrome version you are using?

Per https://github.com/ChromeDevTools/chrome-devtools-mcp we support only the current stable Chrome version which is Chrome 143 so I would recommend upgrading to a supported version.

I think it should be possible to re-configure the jfrog proxy to allow downloads for the URLs listed in this repo. Reach out to your proxy administrator.

I think it adds some complexity but it is doable. I wonder if there are alternatives: - If the client can call the tool to switch browser, why cannot it...

Would you be interested in uncompressed json or a .json.gz file? Draft https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/686

@shrn01 could you please provide more details about your use case? would not it be easier to use if you could set these emulations at runtime via a tool call?

Thanks for the PR we do not plan to support HTTP right now because we do not have multi-session support that in my understanding would be required for the HTTP...

Yes, currently, one MCP server instance is tied to a single Chrome instance. With `--browserUrl`, `--wsEndpoint` options you can connect the MCP server instance to a browser running elsewhere (e.g.,...