get_project_structure
Display the package tree of a loaded Java project. Optionally include file names and limit the depth shown.
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) |