Frontmatter
| id | 8214 |
| title | Fix Neural Link Server startup crash due to health check schema mismatch |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Dec 30, 2025, 11:19 AM |
| updatedAt | Dec 30, 2025, 11:20 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8214 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 30, 2025, 11:20 AM |
The
Server.mjsattempts to accesshealth.server.activeSessionsandhealth.server.connectedWindows, but the updatedHealthService(from #8212) returns this data under thehealth.sessionproperty (e.g.,health.session.activeApps).This causes a crash during startup log output.
Resolution: Update
ai/mcp/server/neural-link/Server.mjsto map thehealth.sessionproperties correctly inlogStartupStatus.