List Watched Files
godot_watch_filesList Godot project scene, script, and resource files to monitor changes or refresh assets. Returns paths for your editor, use with godot_refresh_project() after external edits.
Instructions
List scene, script, and/or resource files in the project (for monitoring or refresh).
This server does not run a background file watcher; use the returned paths with your editor or call godot_refresh_project() after external changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to project | |
| watch_scenes | No | Include .tscn files | |
| watch_scripts | No | Include .gd files | |
| watch_resources | No | Include .tres files |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||