LearnNewsExamplesServices
Frontmatter
id8323
titleFix Neural Link Tool Mappings
stateClosed
labels
bugai
assigneestobiu
createdAtJan 4, 2026, 8:09 PM
updatedAtJan 4, 2026, 8:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/8323
authortobiu
commentsCount1
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 4, 2026, 8:12 PM

Fix Neural Link Tool Mappings

Closed v11.18.0 bugai
tobiu
tobiu commented on Jan 4, 2026, 8:09 PM

Missing tool mappings were identified during manual testing of the Neural Link.

Server-Side (toolService.mjs): Missing mappings for:

  • highlight_component
  • simulate_event
  • get_dom_event_listeners
  • get_dom_event_summary
  • get_method_source
  • patch_code

Client-Side (Client.mjs): Missing mappings for:

  • get_computed_styles
  • inspect_class

This causes these tools to fail with either "Tool not found" (server-side missing) or "Unknown method" (client-side missing).

tobiu added the bug label on Jan 4, 2026, 8:09 PM
tobiu added the ai label on Jan 4, 2026, 8:09 PM
tobiu referenced in commit b6833f6 - "Fix Neural Link Tool Mappings (#8323)" on Jan 4, 2026, 8:11 PM
tobiu assigned to @tobiu on Jan 4, 2026, 8:12 PM
tobiu closed this issue on Jan 4, 2026, 8:12 PM
tobiu
tobiu Jan 4, 2026, 8:13 PM

Input from Gemini 3 Pro:

✦ I have applied the fixes for the missing tool mappings in commit b6833f62a.

Fixes Applied:

  • Updated ai/mcp/server/neural-link/services/toolService.mjs to include the missing service mappings.
  • Updated src/ai/Client.mjs to include the missing client-side service mappings.

Note: These changes require a restart of the Neural Link MCP server to take effect. In the meantime, I am continuing to explore the other available tools in the current session.

tobiu added parent issue #8169 on Jan 4, 2026, 8:17 PM