Check cross-package compatibility (not yet implemented)
check_compatibilityAnalyze project-aware compatibility between two package versions to identify breaking changes and migration fixes.
Instructions
PLANNED: project-aware compatibility analysis. Currently returns implemented=false and no data. Do not infer compatibility (or incompatibility) from this response. For a static SemVer check between two known package versions, use check_peer_compatibility instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | No | Package ecosystem (default "npm") | npm |
| package_a | Yes | ||
| package_b | Yes | ||
| version_a | Yes | ||
| version_b | Yes |