Skip to content

v0.2.1

Choose a tag to compare

@MohibShaikh MohibShaikh released this 14 Aug 13:14
· 17 commits to main since this release

Patch release. mcp-uplift reported itself as 0.1.0 regardless of the version actually installed.

The version was hardcoded in two places, so both ends of the bridge were misinformed:

  • serverInfo.version in the _meta stamped onto every result the bridge returns, which is what a modern client reads to identify what it is talking to.
  • clientInfo.version sent to the wrapped server during the legacy initialize handshake, which some servers log or branch on.

Both now read the installed package.json, so the reported version cannot drift from the released one again. Present since 0.1.1; no other behavior changed.