{ "name": "@pushengage/mcp", "version": "1.0.0", "mcpName": "io.github.awesomemotive/pushengage-mcp", "description": "PushEngage Model Context Protocol (MCP) server. Lets AI assistants like Claude Desktop and Cursor authenticate against PushEngage and send push notifications on your behalf.", "keywords": [ "pushengage", "mcp", "model-context-protocol", "push-notifications", "web-push", "ai-assistant", "claude", "claude-desktop", "cursor", "marketing-automation" ], "license": "MIT", "author": "PushEngage (https://www.pushengage.com)", "homepage": "https://github.com/awesomemotive/pushengage-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/awesomemotive/pushengage-mcp.git" }, "bugs": { "url": "https://github.com/awesomemotive/pushengage-mcp/issues" }, "bin": { "pushengage-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.build.json", "build:mcpb": "node scripts/build-mcpb.mjs", "pack": "npm pack", "dev": "tsx src/index.ts", "dev:watch": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch", "lint": "biome lint .", "format": "biome format --write .", "check": "biome check .", "typecheck": "tsc --noEmit", "prepack": "npm run build", "publish:guided": "bash scripts/publish.sh", "prepare": "node scripts/setup-husky.mjs || true" }, "lint-staged": { "*.{ts,tsx,js,jsx,json,css,html}": "biome check --write --no-errors-on-unmatched --diagnostic-level=error" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "open": "^10.1.0", "zod": "^3.23.0" }, "devDependencies": { "@biomejs/biome": "2.5.1", "@types/jest": "^29.5.12", "@types/node": "^20.12.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^17.0.8", "ts-jest": "^29.1.2", "tsx": "^4.22.3", "typescript": "^5.4.0" }, "publishConfig": { "access": "public" } }