LearnNewsExamplesServices
Frontmatter
id7386
titleConfigure MCP Server for Project
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 6, 2025, 11:04 AM
updatedAtOct 6, 2025, 11:05 AM
githubUrlhttps://github.com/neomjs/neo/issues/7386
authortobiu
commentsCount0
parentIssue7385
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 6, 2025, 11:05 AM

Configure MCP Server for Project

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 6, 2025, 11:04 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

  1. A new directory, .gemini/, is created in the root of the neo repository.
  2. A new file, settings.json, is created inside the .gemini/ directory.
  3. The settings.json file contains the necessary configuration to launch the chrome-devtools-mcp server.
{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}
tobiu assigned to @tobiu on Oct 6, 2025, 11:04 AM
tobiu added the enhancement label on Oct 6, 2025, 11:04 AM
tobiu added the ai label on Oct 6, 2025, 11:04 AM
tobiu added parent issue #7385 on Oct 6, 2025, 11:04 AM
tobiu referenced in commit 784002e - "Configure MCP Server for Project #7386" on Oct 6, 2025, 11:05 AM
tobiu closed this issue on Oct 6, 2025, 11:05 AM