You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ VS Code → HTTPS Request → DeployStack Satellite → MCP Server Process → E
200
200
-**[Done]** Integrated OAuth for secure logins (e.g., GitHub)
201
201
-**[Done]** Created the initial MCP Server Catalog for tool discovery
202
202
-**[Done]** Established documentation and self-hosted Docker support
203
+
-**[Done]** PostgreSQL-only database architecture - migrated from multi-database support (SQLite/Turso/PostgreSQL) to PostgreSQL-only for simplified maintenance and enterprise scalability
@@ -221,7 +222,7 @@ VS Code → HTTPS Request → DeployStack Satellite → MCP Server Process → E
221
222
-**[Done]****Public Launch** - production satellite for community use
222
223
-**[Done]****Resource Management** - process isolation (remote MCP) and limits
223
224
-**[Done]****GitHub README and Stars Integration** - automatic GitHub data fetching, secure storage, XSS prevention, DoS protection, and audit logging for MCP server catalog enhancement
224
-
-**[Done]****Background Job Queue System** - complete 4-phase custom SQLite-based job queue with worker infrastructure, admin API, frontend monitoring UI, and documentation for long-running tasks
225
+
-**[Done]****Background Job Queue System** - complete 4-phase custom PostgreSQL-based job queue with worker infrastructure, admin API, frontend monitoring UI, and documentation for long-running tasks
225
226
-**[Done]****Cron Job Scheduling System** - recurring task scheduler using node-cron with integration into the job queue system, standard cron expression support, automatic lifecycle management, and complete separation of scheduling logic from execution for reliability and monitoring
226
227
-**[Done]****Frontend Syntax Highlighting** - reusable CodeHighlight component with Prism.js for JSON, JavaScript, TypeScript, Bash, and YAML code blocks
227
228
-**[Done]****Resource Management** - process isolation (stdio) and limits
@@ -264,6 +265,7 @@ VS Code → HTTPS Request → DeployStack Satellite → MCP Server Process → E
264
265
-**[Done]****Satellite Backend Events System** - real-time event processing with convention-based auto-discovery handler pattern, batch processing (1-100 events), partial success handling, JSON schema validation per event type, and extensible architecture supporting MCP client connections, tool executions, server crashes, and custom event types
265
266
-**[Done]****MCP Client Activity Tracking** - personal dashboard feature tracking active MCP clients per user across all components (backend database with mcpClientActivity table, satellite in-memory tracker with 30-second background job reporting via event system, dashboard API endpoint with dual authentication and pagination, client name detection from OAuth/headers/user-agent)
0 commit comments