Skip to content

Commit 933bc0f

Browse files
committed
Marketplace prep: new logo, add mcp.json for auto MCP discovery, update README
Made-with: Cursor
1 parent c2642e6 commit 933bc0f

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ That's it. No configuration needed for basic usage.
103103

104104
## Installation
105105

106-
> **Note:** This plugin is not yet available on the Cursor marketplace. Use manual installation for now.
106+
> **Marketplace listing pending review.** In the meantime, use manual installation.
107107
108108
### Manual Installation
109109

assets/logo.png

574 KB
Loading

mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"steam": {
4+
"command": "npx",
5+
"args": ["-y", "@tmhs/steam-mcp"],
6+
"env": {
7+
"STEAM_API_KEY": "${STEAM_API_KEY}"
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)