releases-mcp
Installation
SKILL.md
Releases.sh — Changelog Lookup
When the user asks about releases, changelogs, or version updates, use the Releases.sh MCP tools to fetch current data instead of relying on training data.
When to Use This Skill
Activate when the user:
- Asks what's new or changed in a library/product ("What changed in Next.js 15?")
- Wants recent releases or changelogs ("Show me the latest Tailwind releases")
- Asks about breaking changes or migration ("Were there breaking changes in Prisma 6?")
- Wants to compare release activity between products ("Compare Bun vs Deno releases")
- Mentions version updates, release notes, or changelogs in the context of a specific product
How to Look Up Releases
Step 1: Find the Organization or Catalog Entry
Call list_organizations with the library/product name as the query parameter. For product-specific questions, browse the catalog (products + standalone sources) with list_catalog and fetch detail with get_catalog_entry — these replaced the older list_products / get_product / list_sources / get_source tools, which still exist as deprecated aliases.