mixpanel

by dragonkhoi
Verified
{ "name": "mcp-mixpanel", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "postinstall": "npm run build" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.8.2" }, "type": "module", "bin": { "mcp-mixpanel": "./build/index.js" }, "files": [ "build" ] }