get_latest_version
Check the current stable release of a package from npm, PyPI, Maven, and more. Returns version details for dependency updates and version checks.
Instructions
Get the latest version of a package. Use for dependency updates, version checks, or when you need the most recent stable release. Returns package name, latest version, description, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registry | Yes | Package registry/manager to check | |
| package_name | Yes | Name of the package to check |