v1.4.0
🚀 What's New
Features
-
Reaction Tracking Support
- Messages fetched via
read_messagesnow expose reaction data. - Added a brand new
get_reaction_userstool to fetch the specific users who reacted to a message. - Contributed by @MayumiKohei in (#30)
- Messages fetched via
-
Enhanced Forum Capabilities
- Applied tags are now fully exposed when calling
get_forum_postandlist_forum_threads, making it much easier to inspect and categorize forum content. - Contributed by @gildas-refacto in (#34)
- Applied tags are now fully exposed when calling
🛠️ Bug Fixes & Stability
- MCP Protocol & Lifecycle Improvements
- Fixed strict MCP protocol violations to ensure smoother client compatibility.
- Resolved a known issue where the server would hang on stdio shutdown, ensuring clean exit behaviors.
- Contributed by @CrockCity in (#33)
🧪 Testing & Code Quality
- Unit Test Expansion
- Added a comprehensive suite of unit tests to harden core functionality and prevent future regressions.
- Contributed by @ToTheos-Dev in (#31)