feat: Enhance deployment capabilities with direct server deployment tools, email configuration, and comprehensive documentation
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"scripts": {
|
||||
"dev": "bun run src/index.ts",
|
||||
"build": "bun build src/index.ts --outdir dist --target bun",
|
||||
"start": "bun run dist/index.js",
|
||||
"start": "bun run src/index.ts",
|
||||
"start:pm2": "pm2 start ecosystem.config.js",
|
||||
"stop:pm2": "pm2 stop cloud-mcp",
|
||||
"restart:pm2": "pm2 restart cloud-mcp",
|
||||
"test": "bun test",
|
||||
"test:watch": "bun test --watch",
|
||||
"test:coverage": "bun test --coverage"
|
||||
@@ -22,10 +25,12 @@
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.4",
|
||||
"axios": "^1.7.7",
|
||||
"nodemailer": "^6.9.8",
|
||||
"ssh2": "^1.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.7.9",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/ssh2": "^1.15.4",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user