project_listFiles
List files in a project directory relative to the root, with optional recursive listing, to explore the project structure.
Instructions
List files in a project directory. Path should be relative to the project root. Use to explore the project structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative path to the directory (default: root) | |
| recursive | No | List files recursively (default: false) |