Skip to content

Commit f92b695

Browse files
committed
fix: detailed install steps with copyable MCP config in site.json
Made-with: Cursor
1 parent a18c566 commit f92b695

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,15 +1169,15 @@ <h2>Installation</h2>
11691169
<div class="cat-body">
11701170
<ol class="install-steps">
11711171

1172-
<li><span>Clone the repository</span></li>
1172+
<li><span><strong>Install the plugin:</strong><br><code>git clone https://github.com/TMHSDigital/Steam-Cursor-Plugin.git</code><br>Open the cloned folder in Cursor IDE.</span></li>
11731173

1174-
<li><span>Open the folder in Cursor IDE</span></li>
1174+
<li><span><strong>Install the companion MCP server:</strong><br><code>npm install -g @tmhs/steam-mcp</code></span></li>
11751175

1176-
<li><span>Install the companion MCP server: <code>npm install -g @tmhs/steam-mcp</code></span></li>
1176+
<li><span><strong>Get a Steam API key</strong> (free) at <a href="https://steamcommunity.com/dev/apikey" target="_blank">steamcommunity.com/dev/apikey</a>.</span></li>
11771177

1178-
<li><span>Add your Steam API key to the MCP config</span></li>
1178+
<li><span><strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{"mcpServers":{"steam":{"command":"npx","args":["-y","@tmhs/steam-mcp"],"env":{"STEAM_API_KEY":"YOUR_KEY_HERE"}}}}</code></span></li>
11791179

1180-
<li><span>Start using the AI skills and rules</span></li>
1180+
<li><span>Restart Cursor. The 30 skills, 9 rules, and 25 MCP tools are now available. The API key is optional for store lookups but required for player-specific tools.</span></li>
11811181

11821182
</ol>
11831183
</div>
@@ -1306,7 +1306,7 @@ <h2>Related Tools</h2>
13061306
</div>
13071307
<div class="footer-divider"></div>
13081308
<div class="footer-meta">
1309-
<span>v1.0.0</span>
1309+
<span>v1.1.0</span>
13101310
<span>&middot;</span>
13111311
<span>CC-BY-NC-ND-4.0</span>
13121312
<span>&middot;</span>

site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"favicon": "assets/logo.png",
77
"ogImage": "assets/logo.png",
88
"installSteps": [
9-
"Clone the repository",
10-
"Open the folder in Cursor IDE",
11-
"Install the companion MCP server: <code>npm install -g @tmhs/steam-mcp</code>",
12-
"Add your Steam API key to the MCP config",
13-
"Start using the AI skills and rules"
9+
"<strong>Install the plugin:</strong><br><code>git clone https://github.com/TMHSDigital/Steam-Cursor-Plugin.git</code><br>Open the cloned folder in Cursor IDE.",
10+
"<strong>Install the companion MCP server:</strong><br><code>npm install -g @tmhs/steam-mcp</code>",
11+
"<strong>Get a Steam API key</strong> (free) at <a href=\"https://steamcommunity.com/dev/apikey\" target=\"_blank\">steamcommunity.com/dev/apikey</a>.",
12+
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"steam\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/steam-mcp\"],\"env\":{\"STEAM_API_KEY\":\"YOUR_KEY_HERE\"}}}}</code>",
13+
"Restart Cursor. The 30 skills, 9 rules, and 25 MCP tools are now available. The API key is optional for store lookups but required for player-specific tools."
1414
],
1515
"links": {
1616
"npm": "https://www.npmjs.com/package/@tmhs/steam-mcp",

0 commit comments

Comments
 (0)