Skip to content

v0.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:45
· 1 commit to main since this release

Changed

  • Cap discover_games at 60 results per call, best discount first, and report the pre-cap count as matched — at its own advertised count: 200 the response was ~104 KB, which MCP clients reject outright. (aee1c31)

Fixed

  • Fix get_recently_played's description claiming most-recently-played ordering when it sorts by two-week playtime — the ordering decides what the new cap discards. (aee1c31)
  • Fix find_friends_who_own picking its 200 checked friends in Steam's raw payload order, which barely overlapped the 100 get_friend_list shows for the same account. (aee1c31)
  • Fix get_game_reviews' review_language not warning that an ISO code like 'ru' makes Steam report zero reviews instead of erroring. (aee1c31)