list_project_files
List project files, optionally filtered by extension and subdirectory. Provides organized access to project assets.
Instructions
List project files, optionally filtered by extension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extensions | No | Optional file extensions to filter by (e.g., [".gd", ".tscn"]). Include the dot. | |
| projectPath | Yes | Godot project path | |
| subdirectory | No | Optional subdirectory to search in (e.g., "scripts/player") |