903 B
903 B
description, allowed-tools
| description | allowed-tools | |||
|---|---|---|---|---|
| Validate Godot environment and configure MCP server |
|
You are helping set up the Godot development environment for this project.
Run the setup script to validate the environment and configure the MCP server:
!bash ${CLAUDE_PLUGIN_ROOT}/scripts/setup-mcp.sh
The script will:
- Check if Godot is installed at common locations
- Verify the Godot MCP server is built and ready at ~/projects/godot-mcp
- Create .mcp.json from the template with detected paths
- Report any issues and provide guidance
After running the script:
- If successful, inform the user that the environment is ready and they can now use
/gd:init-gameto start planning their game - If there are issues, explain what needs to be fixed and how to resolve them
- Remind the user to restart Claude Code for the MCP server changes to take effect