{ "name": "steam-local-mcp", "version": "0.2.2", "mcpName": "io.github.Jackson-Brooks/steam-local-mcp", "description": "A Windows Steam MCP server with local client controls and optional Steam Web API insights.", "keywords": [ "mcp", "model-context-protocol", "steam", "windows", "agent" ], "homepage": "https://github.com/Jackson-Brooks/steam-local-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/Jackson-Brooks/steam-local-mcp.git" }, "bugs": { "url": "https://github.com/Jackson-Brooks/steam-local-mcp/issues" }, "type": "module", "bin": { "steam-local-mcp": "dist/src/index.js" }, "scripts": { "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json", "start": "node dist/src/index.js", "print-config": "node dist/src/index.js print-config", "test": "npm run build && node --test dist/test/**/*.test.js", "prepack": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "zod": "^4.0.0" }, "overrides": { "@hono/node-server": "2.0.11" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=20" }, "files": [ "dist/src/", "README.md", "LICENSE", ".env.example" ] }