Releases: cgoinglove/mcp-client-chatbot
v1.6.1
v1.6.0
v1.5.2
1.5.2 (2025-06-01)
Features
- Add support for Streamable HTTP Transport #56 (#64) (8783943)
- enhance MCPClient transport handling with StreamableHTTPClientTransport and fallback to SSE (c3413c3)
- implement speech system prompt and update voice chat options for enhanced user interaction (5a33626)
- introduce changesets for version management and fix OpenAI voice chat options bug (#63) (9ae823b)
- update MCP server UI and translations for improved user experience (1e2fd31)
Bug Fixes
- enhance mobile UI experience with responsive design adjustments (2eee8ba)
- UI improvements for mobile experience (#66) (b4349ab)
Miscellaneous Chores
- release 1.5.2 (d185514)
v1.5.1
Fixes:
- Resolved the
INVALID_ORIGIN
issue that was causing connection errors for some users. This fix ensures that the application correctly handles origin validation, improving overall stability and user experience.
Internationalization (i18n) Support Added
We are excited to announce that the MCP Client Chatbot now supports internationalization (i18n)! Currently, the application supports English and Korean. We encourage the community to contribute by adding more languages. Please refer to the ./messages/language.md
document for guidance on how to add your language.
🔐 Auth Migration — better-auth
Fix: Thread Creation Bug in Production
V1.3.0 - colour theme support
We now have multiple colour themes from cyberpunk neon to pink, you’ll find something you like. Themes where originally sourced from here https://github.com/rawestmoreland/theme-generator/blob/main/src/app/globals.css, the code has been credited where needed.
v1.2.0
🚀 Amazing New Feature: OpenAI Realtime Voice Chat with MCP Server!
We are excited to announce an amazing new feature: OpenAI Realtime (Voice Chat) integration with the MCP Server!
To the best of our knowledge, this is the first product that combines MCP tool capabilities with real-time voice chat. We hope you enjoy this groundbreaking experience.
- OpenAI Realtime Voice Chat: Talk to your AI in real time, powered by OpenAI and seamlessly integrated with the MCP Server.
- MCP Tool Integration: Use external tools and plugins during your voice conversations, just like in text chat.
- Privacy-First, 100% Local: All features run locally, giving you full control over your data and experience.
And that's not all—Gemini support is coming soon! Stay tuned for even more powerful AI integrations.
v1.1.0
Release Note: Keyboard Shortcuts Feature
We are excited to introduce a new feature that enhances your productivity within the app! You can now access a list of available keyboard shortcuts by pressing Command + / (on macOS) or Control + / (on Windows). This feature allows you to quickly view and utilize shortcuts for various actions, making your experience smoother and more efficient.
Key Shortcuts Include:
- New Chat: Command + Shift + O (macOS) / Control + Shift + O (Windows)
- Toggle Temporary Chat: Command + K (macOS) / Control + K (Windows)
- Toggle Sidebar: Command + Shift + S (macOS) / Control + Shift + S (Windows)
- Tool Mode: Command + P (macOS) / Control + P (Windows)
- Copy Last Message: Command + Shift + C (macOS) / Control + Shift + C (Windows)
- Customize Chat Preferences: Command + Shift + I (macOS) / Control + Shift + I (Windows)
- Delete Chat: Shift + Backspace
- Open Shortcuts Popup: Command + / (macOS) / Control + / (Windows)
Enjoy the new shortcuts and streamline your workflow!