Felipe Cardoso
d2d97b675d
fix(mcp-gateway): address critical issues from deep review
Frontend:
- Fix debounce race condition in UserListTable search handler
- Use useRef to properly track and cleanup timeout between keystrokes
Backend (LLM Gateway):
- Add thread-safe double-checked locking for global singletons
(providers, circuit registry, cost tracker)
- Fix Redis URL parsing with proper urlparse validation
- Add explicit error handling for malformed Redis URLs
- Document circuit breaker state transition safety
2026-01-04 01:36:55 +01:00
..
2026-01-03 16:23:39 +01:00
2026-01-04 01:36:55 +01:00
2025-11-25 07:59:20 +01:00
2026-01-01 12:24:49 +01:00
2025-11-08 15:46:52 +01:00
2026-01-03 18:36:51 +01:00
2026-01-03 02:22:44 +01:00
2025-10-31 21:46:03 +01:00
2025-11-17 20:27:09 +01:00