spawn_set_variant
Join an existing Spawn game by setting SPAWN_VARIANT_ID in project .env using a variantId from spawn_list_games.
Instructions
Set SPAWN_VARIANT_ID in the project .env (join an existing game from spawn_list_games).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variantId | Yes | variantId from list/create games | |
| projectDir | No | Absolute path to the Spawn game project (game.json / .env). Defaults to SPAWN_PROJECT_DIR or the MCP process cwd. |