feat: Migrate data storage to PostgreSQL with schema setup, initialization script, and update documentation
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user