← Back to Plugins
MCP Server MCP

io.github.kyungseopk1m/semver-checks

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "semver-checks",
      "version": "0.13.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "--mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...