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
|`ISteamLeaderboards/GetLeaderboardEntries/v1`|Publisher key + IP allowlist|
145
145
146
146
## Development
147
147
@@ -155,7 +155,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for how to add new tools and submit PRs.
155
155
156
156
## Related
157
157
158
-
-[Steam Developer Tools](https://github.com/TMHSDigital/Steam-Cursor-Plugin) - Cursor IDE plugin with 14 skills and 3 rules for Steam/Steamworks development
158
+
-[Steam Developer Tools](https://github.com/TMHSDigital/Steam-Cursor-Plugin) - Cursor IDE plugin with 14 skills and 4 rules for Steam/Steamworks development
Copy file name to clipboardExpand all lines: src/tools/getLeaderboardEntries.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ const inputSchema = {
48
48
exportfunctionregister(server: McpServer): void{
49
49
server.tool(
50
50
"steam.getLeaderboardEntries",
51
-
"Get leaderboard scores and rankings for a Steam app. Supports global, around-user, and friends-only views. Requires STEAM_API_KEY.",
51
+
"Get leaderboard scores and rankings for a Steam app. Uses the partner API (partner.steam-api.com) which requires a publisher API key with server IP allowlisted in Steamworks. Supports global, around-user, and friends-only views.",
0 commit comments