get_migration_guide
Retrieve a detailed migration guide for any npm package between versions, including breaking changes, new features, deprecations, type differences, and official documentation.
Instructions
Get a detailed migration guide between package versions. Returns breaking changes, new features, deprecations, type diffs, and official migration docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package or framework name (e.g., "react", "next", "prisma") | |
| fromVersion | Yes | Version to migrate from (e.g., "18", "14.0.0") | |
| toVersion | No | Version to migrate to (defaults to latest) |