spawn_validate
Compile your game project and run authoritative server-side schema validation to identify structural issues. Remember: schema-valid doesn't equal good look and feel; that comes from spawn_skill skills loaded beforehand.
Instructions
Compile the project (game.json + world/*.json + scripts/**) and run authoritative server-side schema validation. Schema-valid is not the same as good: it says nothing about how the result looks or feels, which comes from the skills you loaded (spawn_skill) before writing the code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | No | Absolute path to the Spawn game project (game.json / .env). Defaults to SPAWN_PROJECT_DIR or the MCP process cwd. |