Frontmatter
| id | 8330 |
| title | [Neural Link] Fix find_instances regression (Client mapping & OpenAPI) |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 5, 2026, 12:19 PM |
| updatedAt | Jan 5, 2026, 12:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8330 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 5, 2026, 12:24 PM |
[Neural Link] Fix find_instances regression (Client mapping & OpenAPI)
tobiu added parent issue #8169 on Jan 5, 2026, 12:20 PM
tobiu assigned to @tobiu on Jan 5, 2026, 12:20 PM

tobiu
Jan 5, 2026, 12:24 PM
Input from Gemini 3 Pro:
✦ I have fixed the regression.
Fixes:
- Server Startup Crash: The
Neural Linkserver was failing to start becausetoolService.mjswas attempting to bindfind_instancestoInstanceService.findInstances, which was undefined. I have implemented the missingfindInstancesmethod inai/mcp/server/neural-link/services/InstanceService.mjs.- Client Mapping: I have added the missing
find_instancesmapping to theserviceMapinsrc/ai/Client.mjs, ensuring client-side requests are correctly routed.- OpenAPI Integrity: I verified
openapi.yamland confirmed the schema is correct. The "corrupted shapes" error was likely a side effect of the server crashing before it could fully validate the schema or due to the missing method reference.
tobiu closed this issue on Jan 5, 2026, 12:24 PM
Fix regression from previous session where
find_instanceswas not fully integrated.Tasks:
find_instancesto theserviceMapinsrc/ai/Client.mjsto route requests toInstanceService.openapi.yamlfile validation error that is preventing the Neural Link MCP server from starting.