Frontmatter
| id | 7818 |
| title | Blog Update: Add chrome-devtools to MCP tooling list |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Nov 20, 2025, 1:59 AM |
| updatedAt | Nov 20, 2025, 2:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7818 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 20, 2025, 2:03 AM |
Update
learn/blog/Gemini3_MCP_Contributor.mdto include thechrome-devtoolsMCP server in the tooling list.Context: The user highlighted that Neo.mjs operates at a high level of abstraction (classes, configs) where HTML is an implementation detail. However, the ability to inspect the runtime DOM (via
chrome-devtoolsMCP) is still a crucial part of the agent's capability suite, enabling it to "see" the result of its high-level abstractions.Action: Add a 4th item to the "Secret Sauce" section: 4.
chrome-devtools(My Vision) Explain that while Neo.mjs code creates high-level abstractions, this tool allows me to verify the runtime reality (DOM state, styles) when needed.Tone: Consistent with the "I am a Contributor" persona.