Frontmatter
| id | 8323 |
| title | Fix Neural Link Tool Mappings |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 4, 2026, 8:09 PM |
| updatedAt | Jan 4, 2026, 8:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8323 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2026, 8:12 PM |
Fix Neural Link Tool Mappings
tobiu assigned to @tobiu on Jan 4, 2026, 8:12 PM
tobiu closed this issue on Jan 4, 2026, 8:12 PM

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.mjsto include the missing service mappings.- Updated
src/ai/Client.mjsto 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
Missing tool mappings were identified during manual testing of the Neural Link.
Server-Side (
toolService.mjs): Missing mappings for:highlight_componentsimulate_eventget_dom_event_listenersget_dom_event_summaryget_method_sourcepatch_codeClient-Side (
Client.mjs): Missing mappings for:get_computed_stylesinspect_classThis causes these tools to fail with either "Tool not found" (server-side missing) or "Unknown method" (client-side missing).