You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: v0.9.0 "Complete" — 4 new MCP read tools, 20 total
Adds steam.getReviews, steam.getPriceOverview, steam.getAppReviewSummary,
and steam.getRegionalPricing to companion MCP server (v0.4.0). Reaches
the target of 20 MCP tools. All documentation updated.
Made-with: Cursor
Copy file name to clipboardExpand all lines: CLAUDE.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
**Steam Developer Tools** is a Cursor IDE plugin (v0.8.0) that integrates Steam and Steamworks APIs for game developers and power users. It provides AI-assisted workflows for querying Steam store data, managing Steamworks configurations, building multiplayer networking, implementing cloud saves, leaderboards, input, inventory/economy, social features, looking up API docs, fetching player statistics, integrating Workshop UGC, designing achievements, looking up player profiles, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration.
7
+
**Steam Developer Tools** is a Cursor IDE plugin (v0.9.0) that integrates Steam and Steamworks APIs for game developers and power users. It provides AI-assisted workflows for querying Steam store data, managing Steamworks configurations, building multiplayer networking, implementing cloud saves, leaderboards, input, inventory/economy, social features, looking up API docs, fetching player statistics, integrating Workshop UGC, designing achievements, looking up player profiles, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration.
8
8
9
-
This plugin uses Markdown skill files and MDC rule files for AI guidance, paired with the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) (separate repo) which provides 16 API tools (10 read-only + 6 write/guidance) for live data access. No build system, no npm, no compiled code in this repo.
9
+
This plugin uses Markdown skill files and MDC rule files for AI guidance, paired with the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) (separate repo) which provides 20 API tools (14 read-only + 6 write/guidance) for live data access. No build system, no npm, no compiled code in this repo.
10
10
11
11
The project is on a themed release roadmap toward v1.0.0 (see `ROADMAP.md`). The next milestone is v1.0.0 "Stable" — the production release. Target at v1.0.0: 30 skills, 9 rules, 20 MCP tools.
12
12
@@ -71,7 +71,7 @@ Each `SKILL.md` uses YAML frontmatter followed by markdown sections: **Trigger**
71
71
72
72
### Companion MCP Server
73
73
74
-
The [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) provides 16 tools (10 read-only + 6 write/guidance). Skills reference these tools in their `## MCP Usage` sections. When the MCP server is configured in Cursor, skills prefer MCP tool calls over shell `curl` commands.
74
+
The [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) provides 20 tools (14 read-only + 6 write/guidance). Skills reference these tools in their `## MCP Usage` sections. When the MCP server is configured in Cursor, skills prefer MCP tool calls over shell `curl` commands.
75
75
76
76
| MCP Tool | Auth | Maps to |
77
77
|----------|------|---------|
@@ -80,6 +80,10 @@ The [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) provides 16 too
Query Steam store data, manage Steamworks app configurations, build multiplayer networking, implement cloud saves, design achievements, compare games, and look up player profiles — all from within Cursor's AI chat. Covers the full Steam & Steamworks ecosystem with live data via the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp).
@@ -54,7 +54,7 @@ That's it. No configuration needed for basic usage.
<p>Steam & Steamworks integration for Cursor IDE. Query store data, build multiplayer, design achievements, automate builds — all from AI chat.</p>
<divclass="tl-item"><divclass="tl-dot tl-dot-current"></div><spanclass="tl-version">v0.8.0</span><spanclass="tl-theme">Polish</span><spanclass="tl-tag tl-tag-current">Current</span><divclass="tl-desc">Migration guide, common pitfalls across all 30 skills</div></div>
423
+
<divclass="tl-item"><divclass="tl-dot tl-dot-done"></div><spanclass="tl-version">v0.8.0</span><spanclass="tl-theme">Polish</span><spanclass="tl-tag tl-tag-done">Done</span><divclass="tl-desc">Migration guide, common pitfalls across all 30 skills</div></div>
0 commit comments