list_files
List project files in a Godot project with safe, project-relative paths. Optionally filter by extension and recursion to locate assets.
Instructions
List project files with safe, project-relative paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| recursive | No | ||
| extensions | No | ||
| maxResults | No | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |