list_project_files
List project files with optional filtering by file extension and subdirectory.
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") |