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
fix: generate SUPPORTED_SERVER_VERSION from package.json and align README (#89)
SUPPORTED_SERVER_VERSION was hardcoded in src/index.ts and the README
claimed server v0.3.0+, contradicting the actual constraint of >=0.8.0,<1.0.0.
- Add `supportedServerVersion` field to package.json as the single source
of truth for the supported server version range
- Extend scripts/gen-version.mjs to emit SUPPORTED_SERVER_VERSION into
src/version.ts alongside VERSION; existing check:version CI job now
catches drift for both constants
- Remove the hardcoded constant from src/index.ts; re-export from version.js
- Update README Requirements section to reflect the actual range
Closes#60
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments