spawn_set_variant
Set SPAWN_VARIANT_ID in your project .env to join an existing Spawn game. Provide the variantId from spawn_list_games to activate the correct game variant.
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. |