CHANGELOG · CHANGE LOG SERVER

What shipped

Releases, fixes, and breaking notes. Updated as we ship.

Showing entries tagged #feature  —  clear filter
v1.1.0 MINOR

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, and get_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=true in 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.