{ "name": "@mcpengine/helpscout-server", "version": "1.0.0", "description": "HelpScout MCP Server - Complete Mailbox API v2 integration", "type": "module", "main": "dist/main.js", "bin": { "helpscout-mcp": "./dist/main.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/main.js", "prepare": "npm run build" }, "keywords": [ "mcp", "helpscout", "customer-support", "mailbox", "conversations" ], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }