Skip to content

v1.3.8

Choose a tag to compare

@barryyip0625 barryyip0625 released this 18 Mar 14:21
· 49 commits to main since this release

馃殌 What's New

Bug Fixes

Streamable HTTP startup

  • Fix issue #27 where --transport http could crash on startup before an MCP client connects
  • Add a transport guard to logging so startup notifications are skipped until a session is initialized
  • Prevent Error: Not connected from being thrown during Discord auto-login

Documentation

README improvements

  • Update tool documentation to include the latest Discord tools
  • Add missing entries for role management, member management, forum tags/threads, voice channels, channel permission overrides, and message editing
  • Clarify stdio vs streamable HTTP usage
  • Rewrite the hosting section into clearer setup paths for local stdio, self-hosted HTTP, and hosted HTTP deployments