Get Migration Guide
gt_migrationFetch migration guides, breaking changes, and upgrade instructions for any library. Specify source and target versions to get tailored upgrade paths.
Instructions
Fetch migration guides, breaking changes, and upgrade instructions for a library. Targets MIGRATION.md, CHANGELOG, release notes, and upgrade docs.
Call gt_resolve_library first to get the libraryId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryId | Yes | Library ID from gt_resolve_library (e.g. 'vercel/next.js') | |
| fromVersion | No | Version migrating from, e.g. '14', 'v3.0' | |
| toVersion | No | Version migrating to, e.g. '15', 'v4.0' | |
| tokens | No | Max tokens to return |