mcp-discord/src
Claude 6b9dde03e9 feat: add forum tags, update forum post, and edit message tools
Add three new Discord tools:
- discord_get_forum_tags: retrieve available tags (id, name, emoji) for a forum channel
- discord_update_forum_post: update a forum post's title, tags, archived/locked status
- discord_edit_message: edit a bot-authored message with ownership validation

Tags can be specified by name or ID in update_forum_post for convenience.
2026-02-26 15:17:54 -05:00
..
tools feat: add forum tags, update forum post, and edit message tools 2026-02-26 15:17:54 -05:00
errorHandler.ts feat: add unified Discord error handler with clear guidance for unauthorized server access 2025-05-14 00:01:59 +08:00
index.ts Update package metadata and add CLI shebang 2025-07-08 21:13:03 +08:00
logger.ts feat: add logger utility and improve Discord login error message for token and privileged intents 2025-05-11 15:12:28 +08:00
schemas.ts feat: add forum tags, update forum post, and edit message tools 2026-02-26 15:17:54 -05:00
server.ts feat: add forum tags, update forum post, and edit message tools 2026-02-26 15:17:54 -05:00
toolList.ts feat: add forum tags, update forum post, and edit message tools 2026-02-26 15:17:54 -05:00
transport.ts Fix streamable HTTP transport to use SDK's handleRequest method 2025-11-28 10:51:44 -08:00