spawn_create_game
Create a new game in your creator account. Set up the project environment with the variant ID and get a play URL to keep open for live interaction.
Instructions
Create a new game in the creator's account. Optionally writes SPAWN_VARIANT_ID to .env. Creator should open the play URL and keep it open.
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. | |
| setVariant | No | Write SPAWN_VARIANT_ID into the project .env |