Frontmatter
| id | 7873 |
| title | Standardize version reporting across MCP servers |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 23, 2025, 11:58 AM |
| updatedAt | Nov 23, 2025, 12:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7873 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 23, 2025, 12:01 PM |
Inconsistencies exist in how the
versionis reported in the HealthService of the three MCP servers (memory-core, knowledge-base, github-workflow).Some use hardcoded values, while others use
process.env.npm_package_version. The GitHub Workflow server is missing the top-level version entirely in its health check response.This task involves:
process.env.npm_package_version || '1.0.0'across allHealthServiceclasses.versionfield in the response schema.