Skip to content

fix(mcp): use package version in server metadata#202

Open
epowell40 wants to merge 1 commit into
BetterDB-inc:masterfrom
epowell40:codex/fix-mcp-version
Open

fix(mcp): use package version in server metadata#202
epowell40 wants to merge 1 commit into
BetterDB-inc:masterfrom
epowell40:codex/fix-mcp-version

Conversation

@epowell40
Copy link
Copy Markdown

Summary

  • read the MCP server version from packages/mcp/package.json instead of hard-coding 0.1.0
  • keep a 1.2.0 fallback so server metadata stays aligned with the published package

Fixes #152.

Test

  • corepack pnpm install --filter @betterdb/mcp --ignore-scripts
  • corepack pnpm --filter @betterdb/mcp build

Note: full workspace install attempted first but the Windows environment is missing the ClangCL build toolset required by hnswlib-node.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 15, 2026

All contributors have signed the CLA. ✅
Posted by the CLA Assistant Lite bot.

@epowell40
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP server reports version 0.1.0 instead of 1.2.0

1 participant