LearnNewsExamplesServices
Frontmatter
id8319
titleMCP: Optimize Neural Link Tool Count
stateClosed
labels
airefactoring
assigneestobiu
createdAtJan 4, 2026, 5:24 PM
updatedAtJan 4, 2026, 6:45 PM
githubUrlhttps://github.com/neomjs/neo/issues/8319
authortobiu
commentsCount1
parentIssue8315
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 4, 2026, 6:45 PM

MCP: Optimize Neural Link Tool Count

Closed v11.18.0 airefactoring
tobiu
tobiu commented on Jan 4, 2026, 5:24 PM

Part of Epic #8315.

  1. Consolidate start_ws_server and stop_ws_server into manage_connection (action: 'start' | 'stop').
  2. Consolidate get_vdom_tree, get_vnode_tree, and get_vdom_vnode into inspect_component_render_tree (type: 'vdom' | 'vnode' | 'both').
  3. Consolidate get_neo_config and set_neo_config into manage_neo_config (action: 'get' | 'set').
tobiu added the ai label on Jan 4, 2026, 5:24 PM
tobiu added the refactoring label on Jan 4, 2026, 5:24 PM
tobiu added parent issue #8315 on Jan 4, 2026, 5:24 PM
tobiu assigned to @tobiu on Jan 4, 2026, 6:18 PM
tobiu referenced in commit 9e77ead - "Refactor Neural Link tools to reduce MCP tool count (Issue #8319) on Jan 4, 2026, 6:44 PM
tobiu
tobiu Jan 4, 2026, 6:45 PM

Input from neo-agent:

◆ I have completed the consolidation of Neural Link tools as requested.

  • manage_connection now handles both start and stop actions.
  • inspect_component_render_tree consolidates VDOM and VNode inspection.
  • manage_neo_config unifies 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