Skip to content

v1.0.0 Stable - 30 skills, 9 rules, 25 MCP tools

Choose a tag to compare

@TMHSDigital TMHSDigital released this 29 Mar 14:48
· 15 commits to main since this release

v1.0.0 — Stable Release

The production release. 30 skills, 9 rules, 25 MCP tools for game developers, modders, and power users.

What's New Since v0.9.0

5 new MCP tools (companion steam-mcp v0.6.1):

  • steam_getNewsForApp — game news/announcements (no auth)
  • steam_getSchemaForGame — achievement/stat schema with icons (API key)
  • steam_getPlayerAchievements — per-player unlock status + timestamps (API key)
  • steam_getLeaderboardsForGame — list leaderboards with numeric IDs (API key)
  • steam_clearAchievement — re-lock achievements for QA testing (publisher key)

Modder audience expansion — zero new code, just wider reach:

  • Plugin description, README, CLAUDE.md, GitHub Pages site, and OG card now explicitly target modders alongside game developers
  • New "Who Is This For?" section on the site with Game Dev / Modder / Power User columns
  • New "For Modders" callout in README with 6 Workshop-relevant tools
  • Widened skill triggers on workshop-helper, store-lookup, api-reference, community-management for modder use cases
  • Added modding, steam-workshop, ugc keywords and GitHub topics

Bug fixes:

  • MCP tool naming: dot to underscore across 34 files (Cursor routing fix)
  • steam_searchApps parameter: term to query
  • steam_getLeaderboardsForGame: corrected from publisher key to standard API key
  • steam_getPlayerAchievements: corrected error message (free key + public profile)
  • Companion server: POST body encoding fix on all publisher tools

Full Changelog

See CHANGELOG.md