gdai-mcp.md

GDAI MCP (Godot)

UI App
from"pixelsham"
580

Control Godot Editor to create scenes, resources, scripts and read errors

Gaming
GodotGDAIscenesscripts
install.sh
# Clone the repository
$git clone https://github.com/pixelsham/gdai-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve