Odel
semver checks

semver checks

Local
@kyungseopk1mTypeScriptMITUpdated 2w ago

Detect breaking changes in your TypeScript library's public API and recommend the SemVer bump.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsemver-checksv0.13.0

Run

npx -y semver-checks

MCP client config

{
  "mcpServers": {
    "semver-checks": {
      "command": "npx",
      "args": [
        "-y",
        "semver-checks"
      ]
    }
  }
}