manage_scene_signals
Manage signal connections in Godot scene files by listing, adding, or removing them programmatically.
Instructions
List/add/remove signal connections in .tscn files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: list, add, remove | |
| method | No | Target method name | |
| scenePath | Yes | Scene file path (relative to project) | |
| signalName | No | Signal name | |
| sourcePath | No | Source node path | |
| targetPath | No | Target node path | |
| projectPath | Yes | Godot project path |