{ "name": "@scorezilla/mcp", "version": "0.4.0", "mcpName": "io.github.isco-tec/mcp", "description": "Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.", "license": "MIT", "author": "isco-tec", "homepage": "https://scorezilla.dev/mcp", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/isco-tec/scorezilla-mcp.git" }, "bugs": { "url": "https://github.com/isco-tec/scorezilla-mcp/issues" }, "type": "module", "bin": { "scorezilla-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run", "changeset": "changeset", "changeset:version": "changeset version && node scripts/sync-server-json-version.mjs && pnpm install --lockfile-only", "release": "bash scripts/publish.sh", "release:check": "node scripts/check-version-sync.mjs", "prepublishOnly": "pnpm run build && pnpm run release:check" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^4.4.3" }, "devDependencies": { "@changesets/changelog-github": "^1.0.1", "@changesets/cli": "^3.0.2", "@types/node": "^26.5.0", "tsup": "^8.3.0", "typescript": "^7.0.2", "vitest": "^2.1.0" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "leaderboard", "scorezilla", "claude-code", "cursor", "ai-coding-assistant", "game-dev" ] }