Provides zero-setup Chrome DevTools access for debugging live web applications and compressed code without sourcemaps.
Ghost Bridge is a Chrome DevTools Protocol (CDP) bridge designed for seamless, zero-restart debugging of web applications, particularly effective for production environments with compressed code where sourcemaps are often absent. It leverages a Chrome MV3 extension to attach to the active tab's DevTools without requiring the `--remote-debugging-port` flag. This tool connects to a local Node.js server via WebSocket, allowing the Claude CLI to execute various debugging commands. Key functionalities include aggregating recent errors, console messages, and network failures, fetching script source by URL fragments (with beautification), performing code coverage snapshots, searching script content by string, and comprehensive network request analysis with detailed inspection of headers and response bodies.
