signals
Manage Godot signal connections in your project. List existing connections, connect signals between nodes, or disconnect them using this MCP server tool.
Instructions
Signal connection management. Actions: list|connect|disconnect. Use help tool for full docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| project_path | No | Path to Godot project directory | |
| scene_path | No | Path to scene file | |
| signal | No | Signal name | |
| from | No | Source node path | |
| to | No | Target node path | |
| method | No | Target method name | |
| flags | No | Connection flags |