@xiawan-play/steam-tools-mcp 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +48 -44
  2. package/dist/server.js +1178 -902
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiawan-play/steam-tools-mcp",
3
- "version": "0.1.2",
4
- "description": "A Steam MCP server with Chinese-friendly high-level tools for profile, library, achievements, news, and app discovery.",
3
+ "version": "0.2.0",
4
+ "description": "A Steam MCP server with Chinese-friendly high-level tools for profiles, libraries, game snapshots, achievements, and app discovery.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/server.js",
@@ -46,6 +46,7 @@
46
46
  "scripts": {
47
47
  "dev": "tsx src/server.ts",
48
48
  "build": "tsup src/server.ts --format esm --dts --clean",
49
+ "check:tool-registry": "tsx scripts/check-tool-registration.ts",
49
50
  "start": "node dist/server.js",
50
51
  "sync:steam-spec": "tsx scripts/sync-steam-web-api-spec.ts",
51
52
  "prepare": "npm run build"