package.json•926 B
{
"name": "@techhalo/cursor-eod-mcp",
"version": "1.0.13",
"description": "MCP server for automatically summarizing daily work in Cursor AI and posting EOD status updates to Slack",
"main": "dist/index.js",
"bin": {
"cursor-eod-mcp": "./dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "node test-mcp-server.js && node test-mcp-protocol.js",
"test:server": "node test-mcp-server.js",
"test:protocol": "node test-mcp-protocol.js"
},
"keywords": ["mcp", "cursor", "slack", "eod", "status", "automation"],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"@slack/web-api": "^7.0.0",
"dotenv": "^17.2.3",
"node-fetch": "^3.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}