Frontmatter
| id | 7389 |
| title | Investigate Worker Console Access with MCP |
| state | Closed |
| labels | enhancementstaleai |
| assignees | tobiu |
| createdAt | Oct 6, 2025, 12:36 PM |
| updatedAt | Jan 9, 2026, 1:57 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7389 |
| author | tobiu |
| commentsCount | 4 |
| parentIssue | 7385 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 1:57 AM |
Investigate Worker Console Access with MCP

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

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
stalelabel

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.
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