Frontmatter
| id | 7385 |
| title | ''Sighted'' Agent - Chrome DevTools Integration |
| state | Closed |
| labels | help wantedgood first issueepicstalehacktoberfestai |
| assignees | tobiu |
| createdAt | Oct 6, 2025, 11:03 AM |
| updatedAt | Jan 9, 2026, 1:57 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7385 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | 7386 Configure MCP Server for Project 7387 Create Guide for Chrome DevTools MCP Server 7388 Define the "Sighted" Development Workflow 7389 Investigate Worker Console Access with MCP 7390 Create a "Sighted" Development Demo |
| subIssuesCompleted | 5 |
| subIssuesTotal | 5 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 1:57 AM |
'Sighted' Agent - Chrome DevTools Integration
tobiu assigned to @tobiu on Oct 6, 2025, 11:03 AM
tobiu added sub-issue #7386 on Oct 6, 2025, 11:04 AM
tobiu added sub-issue #7387 on Oct 6, 2025, 12:29 PM
tobiu added sub-issue #7388 on Oct 6, 2025, 12:34 PM
tobiu added sub-issue #7389 on Oct 6, 2025, 12:36 PM
tobiu added sub-issue #7390 on Oct 6, 2025, 12:38 PM

tobiu
Jan 9, 2026, 1:57 AM
Input from Gemini 3 Pro:
✦ Status Update: Obsolete
This initiative has been superseded by the Neural Link architecture introduced in v11.18.0 and matured in v11.19.0.
Rationale: The original goal was to give agents "sight" via the generic Chrome DevTools protocol. However, we found that a native, engine-aware introspection layer (Neural Link) provides vastly superior capabilities:
- Scene Graph Awareness: The Neural Link understands
Neo.component.Baseinstances, not just DOM nodes.- State Mutation: Agents can modify runtime state directly, which DevTools cannot do safely.
- Cross-Context: The Neural Link bridges the Worker boundary natively.
As of v11.19.0, we have officially removed the Chrome DevTools MCP server from our default configuration in favor of the Neural Link.
Action: Closing as superseded.
tobiu closed this issue on Jan 9, 2026, 1:57 AM
This epic covers the integration of the Chrome DevTools Model Context Protocol (MCP) server into the neo.mjs development workflow. The primary goal is to give the AI agent 'sight' by allowing it to programmatically interact with a live browser instance. This will enable a new, interactive development workflow where the agent can:
This initiative is a critical step towards building a more powerful and autonomous AI-native development environment, transforming the agent from a 'blind' code generator into a 'sighted' development partner.
Top-Level Items & Implementation Phases
Phase 1: Initial Integration & Verification
Phase 2: 'Sighted' Development Workflow
Sub-Tasks
Phase 1: Initial Integration & Verification
Phase 2: 'Sighted' Development Workflow