release-gate-mcp
v0.1.4
Published
Release intelligence for AI agents. Analyzes changes, detects breaking updates, generates release notes, and recommends the next semver bump.
Maintainers
Readme
release-gate-mcp
Release intelligence for AI agents. Analyzes the changes in a repository, detects breaking updates, generates release notes, and recommends the next semantic version. Releases stop being guesses.
Built as an MCP server, so it works in any platform that speaks Model Context Protocol.
Why
Version bumps and changelogs are hand rolled. An agent cannot tell whether a change is breaking or patch, so either nothing ships or the wrong version does. Release Gate reads the commits and the diff and answers with evidence.
Tools
release.analyzeclassify commits, detect breaking changes from messages and removed exports, recommend the next bumprelease.notesgenerate release notes grouped by type from the commits since the last tagrelease.bumpcompute the next semantic version from the current version and the recommended bump
Breaking changes are detected two ways: conventional commit markers such as refactor!: and BREAKING CHANGE, and removed exported symbols in the diff.
Usage
npm install -g release-gate-mcp{
"mcpServers": {
"release": {
"command": "release-gate-mcp",
"args": []
}
}
}License
MIT. Part of the Tawakkul Labs MCP family.
Links: npm | GitHub | Tawakkul Labs
