Skip to content

v0.3.0

Choose a tag to compare

@williamcodes williamcodes released this 22 Jun 21:42
· 17 commits to main since this release

More read coverage + registry schema bump

New read tools (all public, no key)

  • search_series / get_series — game series and their games
  • get_game_records — every category's records for a game in one call
  • list_runs — runs by player / game / category / status / examiner

Other

  • server.json migrated to the 2025-12-11 MCP registry schema
  • A high-effort multi-agent code review ran on the diff; fixes applied (compact level ids in get_game_records, concurrent fetches in get_series)

Full read + write surface; identity/writes remain opt-in via SPEEDRUN_API_KEY / SPEEDRUN_ENABLE_WRITES.