-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
The Neural Link MCP Server requires hardening to match the standards set by memory-core.
Requirements:
- HealthService: Implement
HealthService.mjsto monitor WebSocket server andConnectionServicestatus. - Server Enhancements: Update
Server.mjsto perform health checks during tool calls and startup. - Logging: Add detailed startup and error logging.
- OpenAPI: Ensure
openapi.yamlcorrectly defines all tools and is used for validation.
Acceptance Criteria:
- Server reports health status on startup.
- Tools fail gracefully if the server is unhealthy.
- All tools are validated against OpenAPI specs.