v1.1.0
2026-07-10MINOR
MCP Support — Query Your Changelog from AI Tools
Added
- MCP support. Changelog Server can now expose your changelog to MCP-compatible AI clients (Claude Code, Claude Desktop, Cursor, and others) over the Streamable HTTP transport at
/mcp. - Three read-only tools:
get_latest_changes,search_changelog, andget_version_diff— so an AI assistant can look up recent changes, search entries, or compare two versions on your behalf. - Disabled by default. Enable it with
MCP_ENABLED=truein your.env. - Protected by a required API key by default (
MCP_AUTH_MODE=api_key), separate from admin login. Can be turned off explicitly if you want an open endpoint. - Only ever reads published entries — drafts are never exposed.
See the README for setup instructions and a sample client config.