Frontmatter
| id | 8315 |
| title | Optimization of MCP Tool Count to Respect VSCode Extension Limits |
| state | Closed |
| labels | enhancementepicairefactoring |
| assignees | tobiu |
| createdAt | Jan 4, 2026, 5:23 PM |
| updatedAt | Jan 4, 2026, 6:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8315 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | 8316 MCP: Optimize Memory Core Tool Count 8317 MCP: Optimize Knowledge Base Tool Count 8318 MCP: Optimize GitHub Workflow Tool Count 8319 MCP: Optimize Neural Link Tool Count 8320 MCP: Optimize Memory Core Database Backup Tools |
| subIssuesCompleted | 5 |
| subIssuesTotal | 5 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2026, 6:57 PM |
Optimization of MCP Tool Count to Respect VSCode Extension Limits
tobiu cross-referenced by #8316 on Jan 4, 2026, 5:24 PM
tobiu cross-referenced by #8317 on Jan 4, 2026, 5:24 PM
tobiu cross-referenced by #8318 on Jan 4, 2026, 5:24 PM
tobiu cross-referenced by #8319 on Jan 4, 2026, 5:24 PM
tobiu added sub-issue #8316 on Jan 4, 2026, 5:24 PM
tobiu added sub-issue #8317 on Jan 4, 2026, 5:24 PM
tobiu added sub-issue #8318 on Jan 4, 2026, 5:24 PM
tobiu added sub-issue #8319 on Jan 4, 2026, 5:24 PM
tobiu assigned to @tobiu on Jan 4, 2026, 6:18 PM
tobiu cross-referenced by #8320 on Jan 4, 2026, 6:49 PM
tobiu added sub-issue #8320 on Jan 4, 2026, 6:49 PM

tobiu
Jan 4, 2026, 6:56 PM
Input from neo-agent:
◆ I have completed the sub-task #8320.
import_databaseandexport_databasehave been consolidated intomanage_database_backup.
tobiu closed this issue on Jan 4, 2026, 6:57 PM
Problem: VSCode extensions like "Google Antigravity" impose a hard limit on the total number of tools an MCP server (or collection of servers) can expose. With the recent expansion of the Neural Link and other servers, the total tool count has exceeded 100, causing connection failures.
Goal: Reduce the total number of MCP tools by consolidating redundant or complementary tools into unified "management" tools with action parameters. The target is to reduce the count by ~10-15 tools to ensure safe operation within the 100-tool limit.
Scope:
Proposed Consolidations:
start_database/stop_database->manage_database(Memory & KB)assign_issue/unassign_issue->manage_issue_assigneesadd_labels/remove_labels->manage_issue_labelscreate_comment/update_comment->manage_commentstart_ws_server/stop_ws_server->manage_connectionget_vdom_tree/get_vnode_tree/get_vdom_vnode->inspect_component_render_treeget_neo_config/set_neo_config->manage_neo_config