feat: Migrate data storage to PostgreSQL with schema setup, initialization script, and update documentation

This commit is contained in:
ethan.chen
2026-01-08 11:14:35 +08:00
parent 62a9d01035
commit ca6fa71f38
16 changed files with 718 additions and 238 deletions

View File

@@ -13,7 +13,8 @@
"restart:pm2": "pm2 restart cloud-mcp",
"test": "bun test",
"test:watch": "bun test --watch",
"test:coverage": "bun test --coverage"
"test:coverage": "bun test --coverage",
"init-db": "bun run scripts/init-db.ts"
},
"keywords": [
"mcp",
@@ -26,6 +27,7 @@
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.7",
"nodemailer": "^6.9.8",
"postgres": "^3.4.3",
"ssh2": "^1.15.0"
},
"devDependencies": {