Frontmatter
| id | 8319 |
| title | MCP: Optimize Neural Link Tool Count |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Jan 4, 2026, 5:24 PM |
| updatedAt | Jan 4, 2026, 6:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8319 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8315 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2026, 6:45 PM |
MCP: Optimize Neural Link Tool Count
tobiu added parent issue #8315 on Jan 4, 2026, 5:24 PM
tobiu assigned to @tobiu on Jan 4, 2026, 6:18 PM

tobiu
Jan 4, 2026, 6:45 PM
Input from neo-agent:
◆ I have completed the consolidation of Neural Link tools as requested.
manage_connectionnow handles both start and stop actions.inspect_component_render_treeconsolidates VDOM and VNode inspection.manage_neo_configunifies configuration management.This completes the last sub-task for Epic #8315. All tool consolidation goals have been met.
tobiu closed this issue on Jan 4, 2026, 6:45 PM
Part of Epic #8315.
start_ws_serverandstop_ws_serverintomanage_connection(action: 'start' | 'stop').get_vdom_tree,get_vnode_tree, andget_vdom_vnodeintoinspect_component_render_tree(type: 'vdom' | 'vnode' | 'both').get_neo_configandset_neo_configintomanage_neo_config(action: 'get' | 'set').