You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP server reported itself as v0.2.0 regardless of the published
package version — a stale hardcoded string in src/mcp/server.ts
left over from the V0.2 era. Server now reads its version from package.json at startup via createRequire, so the serverInfo.version advertised to MCP clients and the anchored-mcp v<X> ready startup line stay in sync with the
published version automatically. No more manual sync on release.