scan_project_dependencies
Extract dependencies from Minecraft plugin project files like build.gradle and pom.xml to identify required libraries and versions for development.
Instructions
Scan a Minecraft plugin project directory and extract all dependencies from build.gradle, build.gradle.kts, and pom.xml files. Returns a structured list of dependencies with version info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory to scan |