ChromeDevTools / ChromeDevTools/chrome-devtools-mcp
[Task]: Extract worker related logic into McpWorker
Open
@nattallius is already working on this.
Since Jul 30, 2026.
- Dominant language
- TypeScript
- Stars
- 52.3k
- Forks
- 4.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 83
Description
Task to do:
Currently, the worker code uses Puppeteer targets directly. We could streamline the code and introduce an McpWorker abstraction that encapsulated worker related logic similar to McpPage.
For instance, there is ExtensionServiceWorker that is just a plain type https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/src/types.ts#L9 Other usages would have to audited to determine if they can be simplified. We can generalize dedicated and service workers into a single McpWorker abstraction.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.