
ai-changelog-writer
Cloudflare Workers MCP server: ai-changelog-writer
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: ai-changelog-writer
Server tool list (5)
Raw names from tools/list. Only developers need these.
| generate_changelog | Generate a Markdown changelog from a list of commit messages. Supports conventional commits and heuristic classification. |
| format_release_notes | Format polished release notes for a given version, suitable for GitHub Releases or a product changelog page. |
| generate_pr_description | Generate a pull request description with summary, change stats, and a test checklist. |
| summarize_commits | Produce a short natural-language summary and structured breakdown of a set of commits. |
| detect_breaking_changes | Detect breaking changes from commit messages and/or a git diff. Returns a list of breaking items and a version-bump recommendation. |