{
"name": "mcp-pa-ai-agent",
"version": "0.1.0",
"description": "A personal assistant AI agent built with the Model Context Protocol (MCP)",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "jest",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangzhongnan928/mcp-pa-ai-agent.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"agent",
"personal-assistant",
"claude"
],
"author": "zhangzhongnan928",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhangzhongnan928/mcp-pa-ai-agent/issues"
},
"homepage": "https://github.com/zhangzhongnan928/mcp-pa-ai-agent#readme",
"dependencies": {
"@anthropic-ai/mcp-server": "^1.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "^118.0.0",
"ioredis": "^5.3.2",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.3",
"winston": "^3.9.0"
},
"devDependencies": {
"eslint": "^8.43.0",
"jest": "^29.5.0",
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=16.0.0"
}
}