check_latest_versions
Check for updated versions of Minecraft plugin dependencies in your project or across all known dependencies to maintain compatibility.
Instructions
Check for the latest versions of Minecraft plugin dependencies. Can check all known dependencies or compare against project's current versions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Optional path to a project directory. If provided, will scan the project and check versions against current dependencies. | |
| dependencies | No | Optional list of specific dependencies to check with their current versions. | |
| check_all | No | If true, checks latest versions for all known Minecraft plugin dependencies (default: false) |