LearnNewsExamplesServices
Frontmatter
id7809
titleRefactor: Use npm package version in MCP servers
stateClosed
labels
enhancementairefactoring
assigneestobiu
createdAtNov 19, 2025, 2:45 PM
updatedAtNov 19, 2025, 2:50 PM
githubUrlhttps://github.com/neomjs/neo/issues/7809
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 19, 2025, 2:50 PM

Refactor: Use npm package version in MCP servers

Closed v11.6.1 enhancementairefactoring
tobiu
tobiu commented on Nov 19, 2025, 2:45 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 the npm_package_version environment variable to use the actual project version defined in package.json.

Affected files:

  • ai/mcp/server/github-workflow/mcp-stdio.mjs
  • ai/mcp/server/memory-core/mcp-stdio.mjs
  • ai/mcp/server/knowledge-base/mcp-stdio.mjs
tobiu added the enhancement label on Nov 19, 2025, 2:45 PM
tobiu added the ai label on Nov 19, 2025, 2:45 PM
tobiu added the refactoring label on Nov 19, 2025, 2:45 PM
tobiu assigned to @tobiu on Nov 19, 2025, 2:45 PM
tobiu referenced in commit ff452b6 - "Refactor: Use npm package version in MCP servers #7809" on Nov 19, 2025, 2:50 PM
tobiu closed this issue on Nov 19, 2025, 2:50 PM