LibreChat/api/server/middleware/limiters
Dustin Healy 3de0512e21 feat: rate-limit /api/mcp/app-tool-call per user
Adds mcpAppToolCallLimiter (60 req/min per user) to prevent DoS
amplification through the MCP app iframe tool-call proxy. Follows the
same express-rate-limit + limiterCache + logViolation pattern as
toolCallLimiter.
2026-06-23 19:22:25 -07:00
..
forkLimiters.js
importLimiters.js
index.js 🚦 fix: Guard Auth Continuation with Dedicated Limiter (#13555) 2026-06-06 14:21:28 -04:00
loginLimiter.js
mcpAppToolCallLimiter.js feat: rate-limit /api/mcp/app-tool-call per user 2026-06-23 19:22:25 -07:00
messageLimiters.js
promptUsageLimiter.js 📁 refactor: Prompts UI (#11570) 2026-03-22 16:56:22 -04:00
registerLimiter.js
resetPasswordLimiter.js
sttLimiters.js
toolCallLimiter.js
ttsLimiters.js
twoFactorTempLimiter.js 🚧 fix: Add Per-User Throttle to 2FA Continuation Attempts (#13583) 2026-06-07 22:31:45 -04:00
twoFactorTempLimiter.test.js 🚧 fix: Add Per-User Throttle to 2FA Continuation Attempts (#13583) 2026-06-07 22:31:45 -04:00
uploadLimiters.js
verifyEmailLimiter.js