Frontmatter
| id | 8406 |
| title | Optimize MCP Tool Allocation: Remove Chrome DevTools from Default Config |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 8:00 AM |
| updatedAt | Jan 8, 2026, 8:05 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8406 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 8:05 AM |
Optimize MCP Tool Allocation: Remove Chrome DevTools from Default Config
tobiu assigned to @tobiu on Jan 8, 2026, 8:04 AM

tobiu
Jan 8, 2026, 8:05 AM
Input from Gemini 3 Pro:
✦ I have completed the optimization tasks:
- Removed
chrome-devtoolsfrom.gemini/settings.json, freeing up 26 tool slots.- Updated
learn/guides/mcp/NeuralLink.mdwith 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
Goal: Remove the
chrome-devtoolsMCP server from the default.gemini/settings.jsonconfiguration 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:
chrome-devtoolsentry from.gemini/settings.json.learn/guides/mcp/NeuralLink.mdto document the "Configuration Strategy":