Major refactor: Multi-user Chrome MCP extension with remote server architecture

This commit is contained in:
nasir@endelospay.com
2025-08-21 20:09:57 +05:00
parent d97cad1736
commit 5d869f6a7c
125 changed files with 16249 additions and 11906 deletions

View File

@@ -12,9 +12,9 @@ export const NATIVE_SERVER_PORT = 56889;
// Timeout constants (in milliseconds)
export const TIMEOUTS = {
DEFAULT_REQUEST_TIMEOUT: 15000,
EXTENSION_REQUEST_TIMEOUT: 20000,
PROCESS_DATA_TIMEOUT: 20000,
DEFAULT_REQUEST_TIMEOUT: 60000, // Increased from 15000
EXTENSION_REQUEST_TIMEOUT: 90000, // Increased from 20000
PROCESS_DATA_TIMEOUT: 90000, // Increased from 20000
} as const;
// Server configuration