New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

release-gate-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-gate-mcp

Release intelligence for AI agents. Analyzes changes, detects breaking updates, generates release notes, and recommends the next semver bump.

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
593
Maintainers
1
Weekly downloads
 
Created
Source

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.analyze classify commits, detect breaking changes from messages and removed exports, recommend the next bump
  • release.notes generate release notes grouped by type from the commits since the last tag
  • release.bump compute 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.

Keywords

mcp

FAQs

Package last updated on 16 Sep 2026

Related posts