Frontmatter
| id | 7809 |
| title | Refactor: Use npm package version in MCP servers |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Nov 19, 2025, 2:45 PM |
| updatedAt | Nov 19, 2025, 2:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7809 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 19, 2025, 2:50 PM |
We are currently hardcoding the version to '1.0.0' in our MCP server instances. Since we start these servers via
npm run, we should leverage thenpm_package_versionenvironment variable to use the actual project version defined inpackage.json.Affected files:
ai/mcp/server/github-workflow/mcp-stdio.mjsai/mcp/server/memory-core/mcp-stdio.mjsai/mcp/server/knowledge-base/mcp-stdio.mjs