LearnNewsExamplesServices
Frontmatter
id8406
titleOptimize MCP Tool Allocation: Remove Chrome DevTools from Default Config
stateClosed
labels
documentationenhancementai
assigneestobiu
createdAtJan 8, 2026, 8:00 AM
updatedAtJan 8, 2026, 8:05 AM
githubUrlhttps://github.com/neomjs/neo/issues/8406
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 8, 2026, 8:05 AM

Optimize MCP Tool Allocation: Remove Chrome DevTools from Default Config

Closed v11.19.0 documentationenhancementai
tobiu
tobiu commented on Jan 8, 2026, 8:00 AM

Goal: Remove the chrome-devtools MCP server from the default .gemini/settings.json configuration to conserve 26 tool slots. This optimizes the Gemini CLI for the "Human + Agent" collaborative workflow where the Neural Link is the preferred inspection tool.

Context: The VSCode/Gemini MCP environment has a hard limit of 100 tools. Chrome DevTools consumes 26 of these. In collaborative mode, the human manages the browser lifecycle, rendering these tools redundant compared to the deep introspection capabilities of the Neo.mjs Neural Link.

Tasks:

  1. Configuration: Remove chrome-devtools entry from .gemini/settings.json.
  2. Documentation: Update learn/guides/mcp/NeuralLink.md to document the "Configuration Strategy":
    • Collaborative Mode: Use Neural Link, disable Chrome DevTools.
    • Autonomous Mode: Use both (Chrome DevTools needed for browser lifecycle).
tobiu added the documentation label on Jan 8, 2026, 8:00 AM
tobiu added the enhancement label on Jan 8, 2026, 8:00 AM
tobiu added the ai label on Jan 8, 2026, 8:00 AM
tobiu assigned to @tobiu on Jan 8, 2026, 8:04 AM
tobiu referenced in commit 5352248 - "feat: Optimize MCP tool allocation by removing Chrome DevTools from default config (#8406)" on Jan 8, 2026, 8:05 AM
tobiu
tobiu Jan 8, 2026, 8:05 AM

Input from Gemini 3 Pro:

✦ I have completed the optimization tasks:

  1. Removed chrome-devtools from .gemini/settings.json, freeing up 26 tool slots.
  2. Updated learn/guides/mcp/NeuralLink.md with a new "Configuration Strategy" section distinguishing between Collaborative and Autonomous modes.

This aligns the environment with the "Human + Agent" team strategy.

tobiu closed this issue on Jan 8, 2026, 8:05 AM