Skip to content

Commit 23c6f46

Browse files
committed
Add steam-mcp companion repo references to README, ROADMAP, and CLAUDE.md
Made-with: Cursor
1 parent 62686bc commit 23c6f46

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
88

99
This is currently a **static, documentation-only plugin** - no build system, no npm, no compiled code. All plugin logic is expressed in Markdown skill files and MDC rule files.
1010

11-
The project is on a themed release roadmap toward v1.0.0 (see `ROADMAP.md`). The next major milestone (v0.2.0 "Live Data") introduces a Steam MCP server with read-only API tools. Subsequent releases add analytics/market research skills (v0.3.0), CI/CD automation (v0.4.0), community/monetization skills (v0.5.0), QA rules (v0.6.0), MCP write operations (v0.7.0), and polish (v0.8.0). Target at v1.0.0: 30 skills, 9 rules, 20 MCP tools.
11+
The project is on a themed release roadmap toward v1.0.0 (see `ROADMAP.md`). The next major milestone (v0.2.0 "Live Data") introduces a Steam MCP server (separate repo: [steam-mcp](https://github.com/TMHSDigital/steam-mcp)) with read-only API tools. Subsequent releases add analytics/market research skills (v0.3.0), CI/CD automation (v0.4.0), community/monetization skills (v0.5.0), QA rules (v0.6.0), MCP write operations (v0.7.0), and polish (v0.8.0). Target at v1.0.0: 30 skills, 9 rules, 20 MCP tools.
1212

1313
## Plugin Architecture
1414

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Query Steam store data, manage Steamworks app configurations, build multiplayer
5353
| **Steamworks Secrets** | Prevents committing API keys, partner credentials, and auth tokens. Flags sensitive patterns and suggests secure alternatives. |
5454
| **Steam Deck Compatibility** | Flags common Deck compat issues in game code: hardcoded resolutions, mouse-only input, anti-cheat blockers, Windows-only paths, and missing controller support. |
5555

56+
## Companion: Steam MCP Server
57+
58+
The [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) is the companion project that provides live, structured API tools for this plugin. It exposes Steam store data, player stats, achievements, workshop items, and more as MCP tools that AI-powered IDEs can call directly.
59+
60+
> **Status:** In development - coming in v0.2.0 of this plugin.
61+
5662
## Quick Start
5763

5864
1. **Install** the plugin [manually](#installation) (marketplace listing coming soon)

ROADMAP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Themed release plan from v0.2.0 through v1.0.0.
2626

2727
### MCP Server
2828

29-
Steam MCP server exposing read-only tools:
29+
The MCP server lives in a separate repo: [steam-mcp](https://github.com/TMHSDigital/steam-mcp).
30+
31+
Read-only tools:
3032

3133
| Tool | Description |
3234
|------|-------------|

0 commit comments

Comments
 (0)