Frontmatter
| id | 8333 |
| title | Fix Neural Link Server startup crash due to Health Check response structure change |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 5, 2026, 1:28 PM |
| updatedAt | Jan 5, 2026, 1:31 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8333 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 5, 2026, 1:31 PM |
The Neural Link MCP Server crashes on startup with
TypeError: Cannot read properties of undefined (reading 'activeApps'). This is caused by a recent change inHealthService.healthcheck()response structure (commit9613d448), wherehealth.sessionwas replaced byhealth.sessions.Server.logStartupStatusstill tries to accesshealth.session.activeApps.