cherry-studio/src/main/services/mcp/oauth
cheng chao ed453750fe
fix(mcp): resolve OAuth callback page hanging and add i18n support (#11195)
- Fix OAuth callback server not sending HTTP response, causing browser to hang
- Add internationalization support for OAuth callback page (10 languages)
- Simplify callback page design with clean white background
- Improve user experience with localized success messages

Changes:
- src/main/services/mcp/oauth/callback.ts: Add HTTP response to OAuth callback
- src/renderer/src/i18n/: Add callback page translations for all supported languages

Signed-off-by: charles <kidccc@gmail.com>
2025-11-09 01:45:25 +08:00
..
callback.ts fix(mcp): resolve OAuth callback page hanging and add i18n support (#11195) 2025-11-09 01:45:25 +08:00
provider.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
storage.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
types.ts chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00