list_scripts
List all .gd, .cs, and .gdshader files in a Godot project, showing their class_name or extends to identify script types and inheritance.
Instructions
List .gd/.cs/.gdshader files under a project path with their class_name or extends
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | res:// | |
| recursive | No |