Troubleshooting
Installation Issues
”GDAgent is not a valid Godot plugin”
The addon install is usually partial or interrupted.
- Run
gdagent status --project /path/to/project. - If the status reports a partial install or missing components, run
gdagent repair --project /path/to/project. - Repair reinstalls the addon payload, bundled MCP files, and the expected
project.godotintegration entries.
The plugin is installed but does not appear in Godot
- Open Project > Project Settings > Plugins and check whether
GDAgentis listed but disabled. - If it is missing entirely, run Install or Repair again from
gdagent. - Reopen the project after reinstalling if Godot had the project open during the repair.
gdagent status says partial install or missing components
This means GDAgent found some addon files, but not a complete healthy install.
- Run
gdagent repair --project /path/to/project. - Let repair finish fully before reopening Godot.
- If repair fails, read the missing file or permission error in the output, fix that issue, and rerun repair.
”Integrity verification failed”
The signature file is missing or mismatched.
- Make sure
gdagent.sigis in the same folder asgdagent - Re-download if needed — don’t mix files from different versions
License Issues
”Connection error” during activation
- Check your internet connection
- Try again in a few minutes
- If it persists, run
gdagent doctorand contact support
”Activation limit reached”
You’ve used both activations. Either:
- Deactivate from another machine: Press Deactivate in
gdagent - Contact support to reset activations
Editor Issues
Terminal not responding
Press Ctrl+C to interrupt any stuck process, or close and reopen the tab.
AI tool not detected
- Make sure the AI tool is installed and available in your system PATH.
- If you just installed it, fully close and reopen
gdagentand Godot so GUI processes pick up the new PATH. - If the command works in your shell but not in GDAgent, run
gdagent doctorand confirm the same executable is visible there.
Bundled Godot MCP is not available in my tab
- Confirm the active AI tool supports bundled Godot MCP auto-configuration in the Support Matrix.
- Open Settings > About in GDAgent and review the bundled MCP status for the current project.
- If needed, use Regenerate MCP Config for the current active supported agent.
- If the current tool does not support bundled MCP, continue with normal file-based workflows; terminal-agent support still works.
Restored tabs do not resume the previous terminal process
This is expected. GDAgent restores workspace organization, not live PTY processes or prior AI conversation state. See Workspace Restore for the exact scope.