{ "name": "@opengolfapi/mcp-server", "version": "3.6.1", "description": "Golf for AI agents \u2014 every US course free, plus open contribution (OpenShot/Moments), portable identity & tournaments. The open data layer for golf.", "mcpName": "io.github.opengolfapi/mcp-server", "type": "module", "bin": { "opengolfapi-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "server.json" ], "scripts": { "build": "tsc", "prepublishOnly": "node sync-version.mjs && npm run build && node gen-manifest.mjs", "test": "npm run build && vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/opengolfapi/mcp-server.git" }, "keywords": [ "mcp", "golf", "opengolfapi", "ai" ], "author": "OpenGolfAPI", "license": "MIT", "bugs": { "url": "https://github.com/opengolfapi/mcp-server/issues" }, "homepage": "https://opengolfapi.org", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@sentry/node": "^10.51.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "vitest": "^4.1.5" } }