Skip to content

Commit 34e3705

Browse files
committed
Update CLAUDE.md and README.md for improved clarity, and modify steam-deck-compat rule to include .hpp files. Enhanced README to specify Node.js requirement for MCP server setup.
1 parent 2d9efed commit 34e3705

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Each `SKILL.md` uses YAML frontmatter followed by markdown sections: **Trigger**
4545
|------|-------|---------|
4646
| `steam-appid-validation.mdc` | `steam_appid.txt`, `*.vdf`, steamcmd configs | Enforces App ID consistency; warns if `480` (SpaceWar test) is used in production |
4747
| `steamworks-secrets.mdc` | Global (all files) | Flags Steam API keys (32-char hex), ssfn files, publisher credentials, DRM keys |
48-
| `steam-deck-compat.mdc` | `*.cpp`, `*.cs`, `*.gd`, `*.vdf`, `*.cfg`, `*.ini`, `*.json` | Flags Steam Deck compat issues: hardcoded resolutions, mouse-only input, anti-cheat, Windows paths |
48+
| `steam-deck-compat.mdc` | `*.cpp`, `*.h`, `*.hpp`, `*.cs`, `*.gd`, `*.vdf`, `*.cfg`, `*.ini`, `*.json` | Flags Steam Deck compat issues: hardcoded resolutions, mouse-only input, anti-cheat, Windows paths |
4949
| `steam-api-key-usage.mdc` | `*.sh`, `*.ps1`, `*.py`, `*.js`, `*.ts`, `*.yml`, `*.yaml` | Flags raw curl/fetch to Steam APIs when MCP tools are available; suggests equivalent MCP tool |
5050

5151
### Companion MCP Server

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) is the companio
6060

6161
### Setup
6262

63-
Add the Steam MCP server to your Cursor MCP configuration (`.cursor/mcp.json`):
63+
**Requires [Node.js](https://nodejs.org/) (v18+)** for `npx`. Add the Steam MCP server to your Cursor MCP configuration (`.cursor/mcp.json`):
6464

6565
```json
6666
{

rules/steam-deck-compat.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/*.cpp"
66
- "**/*.h"
7+
- "**/*.hpp"
78
- "**/*.cs"
89
- "**/*.gd"
910
- "**/*.vdf"

0 commit comments

Comments
 (0)