list_files
List files in a project by specifying a project name, optional glob pattern, file extensions, and maximum directory depth. Returns a list of file paths for streamlined codebase access.
Instructions
List files in a project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extensions | No | ||
max_depth | No | ||
pattern | No | ||
project | Yes |