6 Commits

Author SHA1 Message Date
nasir@endelospay.com
4aa9771a33 fix: rename ecosystem config to .cjs for PM2 compatibility
- Rename ecosystem.config.js to ecosystem.config.cjs to resolve ES module issues
- PM2 now successfully starts and manages the remote server process
- Server confirmed running on port 3040 with all endpoints operational
2025-08-22 02:04:22 +05:00
nasir@endelospay.com
08f094b12f refactor: clean up remote server and improve PM2 configuration
- Remove all test files from remote server directory for cleaner production deployment
- Update PM2 ecosystem.config.js to use npm run start:server for automatic building
- Remove redundant pre_start build step since start:server handles building
2025-08-22 01:06:24 +05:00
nasir@endelospay.com
f4ca680532 feat: add PM2 configuration and deployment setup for remote server
- Add Makefile with convenient PM2 commands for development and production
- Add ecosystem.config.js with production/staging/dev environment configurations
- Add comprehensive PM2-GUIDE.md documentation for deployment
- Update package.json with PM2-specific npm scripts
- Fix Chrome extension URL handling to omit standard ports (443/80)
- Hide embedding model and semantic engine sections in popup UI
2025-08-22 00:21:10 +05:00
nasir@endelospay.com
a6b98176a4 fix: resolve build dependencies and update remote server configuration 2025-08-21 22:29:33 +05:00
nasir@endelospay.com
5d869f6a7c Major refactor: Multi-user Chrome MCP extension with remote server architecture 2025-08-21 20:09:57 +05:00
nasir@endelospay.com
d97cad1736 first commit 2025-08-12 02:54:17 +05:00