list_projects
Locate Godot projects by searching for project.godot files within a specified directory, with optional recursive subdirectory scanning.
Instructions
Find Godot projects (project.godot files) under a directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Root directory to search | |
| recursive | No | Search subdirectories (default: false) |