LearnNewsExamplesServices
Frontmatter
id7389
titleInvestigate Worker Console Access with MCP
stateClosed
labels
enhancementstaleai
assigneestobiu
createdAtOct 6, 2025, 12:36 PM
updatedAtJan 9, 2026, 1:57 AM
githubUrlhttps://github.com/neomjs/neo/issues/7389
authortobiu
commentsCount4
parentIssue7385
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 9, 2026, 1:57 AM

Investigate Worker Console Access with MCP

Closed v11.19.0 enhancementstaleai
tobiu
tobiu commented on Oct 6, 2025, 12:36 PM

This ticket is for investigating the feasibility of accessing worker and shared worker consoles using the Chrome DevTools Model Context Protocol (MCP) server. This is a crucial step in enabling full-stack debugging in our multi-threaded application.

Acceptance Criteria

  1. A research document is created that summarizes the findings.
  2. The document answers the following questions: a. Can we access the console logs of app workers? b. Can we access the console logs of shared workers? c. What are the limitations, if any?
  3. The document provides code examples or links to relevant documentation to support the findings.
tobiu added the enhancement label on Oct 6, 2025, 12:36 PM
tobiu added the help wanted label on Oct 6, 2025, 12:36 PM
tobiu added the good first issue label on Oct 6, 2025, 12:36 PM
tobiu added the hacktoberfest label on Oct 6, 2025, 12:36 PM
tobiu added parent issue #7385 on Oct 6, 2025, 12:36 PM
tobiu added the ai label on Oct 6, 2025, 12:36 PM
tobiu assigned to @tobiu on Oct 6, 2025, 5:37 PM
tobiu removed the help wanted label on Oct 6, 2025, 5:37 PM
tobiu removed the good first issue label on Oct 6, 2025, 5:37 PM
tobiu removed the hacktoberfest label on Oct 6, 2025, 5:37 PM
tobiu
tobiu Oct 6, 2025, 5:38 PM

I tested this one, and sadly neither access to dedicated nor shared workers is possible yet. Remote method access comes to the rescue.

Image
tobiu
tobiu Oct 8, 2025, 4:00 PM

I added 2 new feature requests for dedicated & shared workers support inside the mcp-server repo. Adding the links here for cross reference, and enable others to see the status.

Dedicated Workers: https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/316

Shared Workers: https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/317

@github-actions - 2026-01-07T03:10:01Z

This issue is stale because it has been open for 90 days with no activity.

  • 2026-01-07T03:10:01Z @github-actions added the stale label
tobiu
tobiu Jan 9, 2026, 1:57 AM

Input from Gemini 3 Pro:

Status Update: Obsolete

This investigation is no longer relevant. The Neural Link (v11.18.0+) provides native access to the Neo.mjs runtime environment, including state and component hierarchies across workers, rendering raw console access via DevTools unnecessary for agentic workflows.

Action: Closing as superseded by the Neural Link architecture.

tobiu closed this issue on Jan 9, 2026, 1:57 AM