ChromeDevTools / ChromeDevTools/chrome-devtools-mcp

[Task]: Extract worker related logic into McpWorker

Open
#2,434 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.