LearnNewsExamplesServices
Frontmatter
id8333
titleFix Neural Link Server startup crash due to Health Check response structure change
stateClosed
labels
bugai
assigneestobiu
createdAtJan 5, 2026, 1:28 PM
updatedAtJan 5, 2026, 1:31 PM
githubUrlhttps://github.com/neomjs/neo/issues/8333
authortobiu
commentsCount0
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 5, 2026, 1:31 PM

Fix Neural Link Server startup crash due to Health Check response structure change

Closed v11.18.0 bugai
tobiu
tobiu commented on Jan 5, 2026, 1:28 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 in HealthService.healthcheck() response structure (commit 9613d448), where health.session was replaced by health.sessions. Server.logStartupStatus still tries to access health.session.activeApps.

tobiu added the bug label on Jan 5, 2026, 1:28 PM
tobiu added the ai label on Jan 5, 2026, 1:28 PM
tobiu assigned to @tobiu on Jan 5, 2026, 1:29 PM
tobiu added parent issue #8169 on Jan 5, 2026, 1:30 PM
tobiu referenced in commit 4e5a9d2 - "fix(ai): Resolve Neural Link Server startup crash (#8333) on Jan 5, 2026, 1:30 PM
tobiu closed this issue on Jan 5, 2026, 1:31 PM