Frontmatter
| id | 7386 |
| title | Configure MCP Server for Project |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 6, 2025, 11:04 AM |
| updatedAt | Oct 6, 2025, 11:05 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7386 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7385 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 6, 2025, 11:05 AM |
To enable the AI agent to interact with a browser, the Chrome DevTools Model Context Protocol (MCP) server must be configured for the project. This involves creating a project-specific configuration file that the Gemini CLI will automatically detect and use.
Acceptance Criteria
.gemini/, is created in the root of theneorepository.settings.json, is created inside the.gemini/directory.settings.jsonfile contains the necessary configuration to launch thechrome-devtools-mcpserver.{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["-y", "chrome-devtools-mcp@latest"] } } }