Skip to content

v1.4.0

Choose a tag to compare

@barryyip0625 barryyip0625 released this 03 Jul 14:22
· 22 commits to main since this release
5c67e9d

🚀 What's New

Features

  • Reaction Tracking Support

    • Messages fetched via read_messages now expose reaction data.
    • Added a brand new get_reaction_users tool to fetch the specific users who reacted to a message.
    • Contributed by @MayumiKohei in (#30)
  • Enhanced Forum Capabilities

    • Applied tags are now fully exposed when calling get_forum_post and list_forum_threads, making it much easier to inspect and categorize forum content.
    • Contributed by @gildas-refacto in (#34)

🛠️ 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)