{ "name": "@retain-so/mcp-server", "version": "0.1.3", "description": "Model Context Protocol server for Retain: let AI agents query churn risk and act on retention.", "mcpName": "io.github.retain-so/mcp-server", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "bin": { "retain-mcp": "dist/index.js", "mcp-server": "dist/index.js" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "retain", "churn", "customer-success", "ai-agents" ], "homepage": "https://retain.so", "repository": { "type": "git", "url": "https://github.com/retain-so/mcp-server.git" }, "engines": { "node": ">=22" }, "scripts": { "build": "tsup src/index.ts --format esm --clean", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "lint": "biome check .", "lint:fix": "biome check . --write", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "2.4.10", "@types/node": "^20.19.41", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3", "vitest": "^4.1.7" } }