An MCP server to allow you to debug webpages using LLMs
The architecture is centered around providing an MCP server interface to control and debug Chrome. It leverages a modular design, separating concerns like Chrome launching, page interaction, and debugging capabilities. The use of Puppeteer and chrome-remote-interface suggests an event-driven, asynchronous programming model. Roo Code integration indicates a plugin-based approach for extending functionality.
JavaScript
7