Frontmatter
| id | 7560 |
| title | Centralize GitHub Workflow Configuration |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 20, 2025, 1:04 AM |
| updatedAt | Oct 20, 2025, 1:05 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7560 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7536 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 20, 2025, 1:05 AM |
The
HealthServicefor thegithub-workflowserver currently has the minimum required GitHub CLI version hardcoded as a constant. This should be moved into the sharedai/mcp/server/config.mjsfile to centralize configuration and make it easier to manage.Acceptance Criteria
githubWorkflowobject is added to theaiConfiginai/mcp/server/config.mjs.minGhVersionproperty with the value'2.0.0'.HealthService.mjsis updated to import theaiConfigand useaiConfig.githubWorkflow.minGhVersioninstead of the hardcodedMIN_GH_VERSIONconstant.healthchecktool continues to function correctly.