get_project_structure
Display the package hierarchy of a loaded Java project, showing source roots, packages, and file counts. Optionally include file names and limit depth.
Instructions
Get project structure showing package hierarchy.
USAGE: Call to see the package tree of the loaded project OUTPUT: Source roots with packages and file counts
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeFiles | No | Include file names in each package (default false) | |
| maxDepth | No | Maximum package depth to show (default 10) |