get_project_tree
Obtain a structured tree view of the repository, respecting .gitignore rules, to navigate the codebase.
Instructions
Returns a structured tree view of the project repository, respecting .gitignore rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory to list (relative to project root). Defaults to root. | |
| max_depth | No | Maximum depth to traverse. Default: config value. | |
| show_hidden | No | Include hidden files/dirs (starting with dot). Default: false. |