Skip to content

v0.2.1

Choose a tag to compare

@pardeike pardeike released this 17 Mar 20:03
· 40 commits to main since this release

Highlights

  • Prevents duplicate game launches across multiple live GABS sessions by introducing shared per-game runtime ownership.
  • Adds forceTakeover to games.connect, defaulting to false, so a second session can intentionally reattach and take ownership when needed.
  • Improves games.status, games.start, and games.connect behavior around already-running games and stale ownership state.
  • Refreshes the README and core docs to match the current MCP surface, local-only GABP model, HTTP exposure guidance, and dynamic tool discovery flow.

Verification

  • Full test suite: go test -count=1 ./...
  • Cross-platform compile checks for updated MCP/process packages on Windows and Linux