manage_scene_signals
Manage Godot scene signal connections by listing, adding, or removing them in .tscn files. Specify scene path, signal, source and target nodes to update connections.
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 |