LibreChat/packages/api/src/mcp/oauth
Danny Avila 874f2a03fc fix: address minor review findings N3, N5, N6
- N3: Type deleteClientRegistration param as TokenMethods['deleteTokens']
  instead of Promise<unknown>
- N5: Elevate deletion failure logging from debug to warn for operator
  visibility when stale client cleanup fails
- N6: Use getLogPrefix() instead of hardcoded log prefix to respect
  system-user privacy convention
2026-04-03 19:28:52 -04:00
..
detectOAuth.test.ts 🛜 feat: Support Legacy OAuth Servers without .well-known Metadata (#10917) 2025-12-11 12:31:24 -05:00
detectOAuth.ts 🛜 feat: Support Legacy OAuth Servers without .well-known Metadata (#10917) 2025-12-11 12:31:24 -05:00
handler.ts fix: validate auth server identity and target cleanup to reused clients 2026-04-03 19:28:52 -04:00
index.ts 🤝 fix: Respect Server Token Endpoint Auth Method Preference in MCP OAuth (#12052) 2026-03-03 22:44:13 -05:00
methods.ts 🤝 fix: Respect Server Token Endpoint Auth Method Preference in MCP OAuth (#12052) 2026-03-03 22:44:13 -05:00
OAuthReconnectionManager.test.ts ⛈️ fix: MCP Reconnection Storm Prevention with Circuit Breaker, Backoff, and Tool Stubs (#12162) 2026-03-10 14:21:36 -04:00
OAuthReconnectionManager.ts ⛈️ fix: MCP Reconnection Storm Prevention with Circuit Breaker, Backoff, and Tool Stubs (#12162) 2026-03-10 14:21:36 -04:00
OAuthReconnectionTracker.test.ts ⛈️ fix: MCP Reconnection Storm Prevention with Circuit Breaker, Backoff, and Tool Stubs (#12162) 2026-03-10 14:21:36 -04:00
OAuthReconnectionTracker.ts ⛈️ fix: MCP Reconnection Storm Prevention with Circuit Breaker, Backoff, and Tool Stubs (#12162) 2026-03-10 14:21:36 -04:00
tokens.ts fix: address minor review findings N3, N5, N6 2026-04-03 19:28:52 -04:00
types.ts fix: validate auth server identity and target cleanup to reused clients 2026-04-03 19:28:52 -04:00