Connection check
local install
semver-checks
Detect breaking changes in your TypeScript library's public API and recommend the SemVer bump.
Tools
2
GitHub stars
—
Installs / wk
618
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
2 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
semver_compare
from source
Compare two versions of a TypeScript library and detect breaking API changes. Either side can be a filesystem path, a git ref, or an npm spec, so a working tree can be compared aga… Compare two versions of a TypeScript library and detect breaking API changes. Either side can be a filesystem path, a git ref, or an npm spec, so a working tree can be compared against the published release without checking anything out. Returns the recommended SemVer bump (major/minor/patch) and a list of changes. Each change carries a confidence:
semver_snapshot
from source