LearnNewsExamplesServices
Frontmatter
id8214
titleFix Neural Link Server startup crash due to health check schema mismatch
stateClosed
labels
bugai
assigneestobiu
createdAtDec 30, 2025, 11:19 AM
updatedAtDec 30, 2025, 11:20 AM
githubUrlhttps://github.com/neomjs/neo/issues/8214
authortobiu
commentsCount0
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 30, 2025, 11:20 AM

Fix Neural Link Server startup crash due to health check schema mismatch

Closed v11.18.0 bugai
tobiu
tobiu commented on Dec 30, 2025, 11:19 AM

The Server.mjs attempts to access health.server.activeSessions and health.server.connectedWindows, but the updated HealthService (from #8212) returns this data under the health.session property (e.g., health.session.activeApps).

This causes a crash during startup log output.

Resolution: Update ai/mcp/server/neural-link/Server.mjs to map the health.session properties correctly in logStartupStatus.

tobiu added the bug label on Dec 30, 2025, 11:19 AM
tobiu added the ai label on Dec 30, 2025, 11:19 AM
tobiu added parent issue #8169 on Dec 30, 2025, 11:19 AM
tobiu assigned to @tobiu on Dec 30, 2025, 11:19 AM
tobiu referenced in commit 4ef277b - "Fix Neural Link Server startup crash due to health check schema mismatch #8214" on Dec 30, 2025, 11:20 AM
tobiu closed this issue on Dec 30, 2025, 11:20 AM