MCP Driver — Runtime Debug & Inspection
$ARGUMENTS
When to use this skill
MCP is the upgrade path when faster tools hit a wall. The fast loop handles most issues:
| Problem type | Fast path (no MCP) |
|---|---|
| Syntax / parse error | headless-build |
| Unit test failure | gdunit-driver |
| API lookup | godot-api |
Escalate to MCP when:
- Compile-pass / runtime-fail — headless-build says OK but something is wrong when the game actually runs
- Test-pass / behavior-wrong —
[Description truncada. Veja o README completo no GitHub.]