{ "name": "gongio-mcp", "version": "2.0.0", "description": "MCP server for Gong.io - access calls, transcripts, and users", "mcpName": "io.github.JustinBeckwith/gongio-mcp", "type": "module", "main": "dist/index.js", "bin": { "gongio-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "start": "node --env-file=.env dist/index.js", "dev": "node --env-file=.env --watch --experimental-strip-types src/index.ts", "build": "tsc && chmod 755 dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "biome lint .", "fix": "biome check --write .", "format": "biome check --write .", "validate:mcp": "node --experimental-strip-types scripts/validate-mcp.ts", "prepare": "husky && npm run build", "typecheck": "tsc --noEmit -p tsconfig.check.json" }, "keywords": [ "mcp", "gong", "ai", "claude", "anthropic", "llm" ], "author": "Justin Beckwith ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/JustinBeckwith/gongio-mcp.git" }, "bugs": { "url": "https://github.com/JustinBeckwith/gongio-mcp/issues" }, "homepage": "https://github.com/JustinBeckwith/gongio-mcp#readme", "engines": { "node": ">=22.0.0" }, "packageManager": "pnpm@12.4.2", "devDependencies": { "@biomejs/biome": "^2.2.7", "@commitlint/cli": "^21.0.0", "@commitlint/config-conventional": "^21.0.0", "@types/node": "^24.9.1", "@vitest/coverage-v8": "^5.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "husky": "^9.1.7", "typescript": "^7.0.0", "vitest": "^5.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "zod": "^4.0.0" } }