chromedevtools--chrome-devtools-mcp
dd26bbf172
Implements a daemon process needed for the CLI. The daemon has commands to start/stop itself as well as an ability to forward data to the managed MCP server. Local sockets or named pipes are used depending on the platform. The .sock and .pid files are placed under XDG_RUNTIME_DIR/chrome-devtools-mcp or /tmp/chrome-devtools-mcp for short socket paths. It uses Puppeteer's PipeTransport to avoid re-implementing \0 terminated messages. Note the code is not used anywhere at the moment.