get_latest_version
Get the current stable version of a package from PyPI, npm, pub.dev, or crates.io. Specify the package name and ecosystem to retrieve the version number.
Instructions
Get the latest stable version of a package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | Yes | The package ecosystem - one of: "python", "javascript", "dart", or "rust" | |
| package_name | Yes | The name of the package (e.g., "requests", "react", "http", "serde") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||