Quickly restart the running Godot game
/plugin marketplace add Zate/cc-plugins/plugin install zate-gd-plugins-gd@Zate/cc-pluginsQuickly restart the running Godot project for fast iteration during development. # Process 1. **Stop the current instance** - Use mcp__godot__stop_project to stop the running game - Display: `♻️ Restarting game...` 2. **Wait briefly** (0.5 seconds) for clean shutdown 3. **Start the project again** - Use mcp__godot__run_project with projectPath set to current working directory 4. **Get initial output** - Wait 1.5 seconds - Use mcp__godot__get_debug_output to check for errors 5. **Display result** ## If restart successful: ## If errors occurred: ## If no game was ru...