Frontmatter
| id | 7556 |
| title | Convert GitHub Workflow healthService to HealthService Neo.mjs Class |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 20, 2025, 12:23 AM |
| updatedAt | Oct 20, 2025, 12:33 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7556 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7536 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 20, 2025, 12:33 AM |
This ticket covers refactoring
ai/mcp/server/github-workflow/services/healthService.mjsinto a singletonHealthServiceclass that extendsNeo.core.Base. This is the first step in migrating the GitHub Workflow server to the consistent Neo.mjs service architecture used by the other MCP servers.Acceptance Criteria
ai/mcp/server/github-workflow/services/healthService.mjsis renamed toHealthService.mjs.HealthServiceclass that extendsNeo.core.Baseand is configured as a singleton.healthcheckfunction is converted into a class method.ai/mcp/server/github-workflow/services/toolService.mjsis updated to use the newHealthServiceclass.healthchecktool continues to function correctly after the refactoring.