defold-mcp.md

Defold MCP

from"defold"
320

Defold game engine integration for 2D games

Gaming
Defold2Dgame devLua
install.sh
# Clone the repository
$git clone https://github.com/ChadAragorn/defold-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve