v0.2.1
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.versionin the_metastamped onto every result the bridge returns, which is what a modern client reads to identify what it is talking to.clientInfo.versionsent to the wrapped server during the legacyinitializehandshake, 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.