MCP Server
MCP
io.github.kyungseopk1m/semver-checks
Detect breaking changes in your TypeScript library's public API and recommend the SemVer bump.
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
By
Comments
Sign in to leave a comment