{ "name": "@mcpengine/close-server", "version": "1.0.0", "description": "Complete Close CRM MCP server with 60+ tools and 22 apps", "type": "module", "main": "dist/index.js", "bin": { "close-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "close", "crm", "sales" ], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.2" } }