Open Game in Remix Studio
Open the current game in the Remix Studio for preview and editing.
Steps
- Read existing game context from task context, prior tool results, or the nearest
.remix-cli.json(legacy.remix-mcp.jsonalso works). ExtractgameIdandversionId. If either is missing, tell the user they need to create or upload a game first. - Construct the Studio URL:
https://remix.gg/games/{gameId}/v/{versionId} - Open in the user's default browser:
- macOS: open <url> - Linux: xdg-open <url>