From 26bacdbefcf4af4ef0a7e76687348ba4b4fca099 Mon Sep 17 00:00:00 2001 From: Sooty <7614538+SootyOwl@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:40:40 +0100 Subject: [PATCH] docs(README): update functionalities and add message search feature - Add "Search messages in a server" to the list of functionalities - Document `discord_search_messages` in the Messages and Reactions section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2f8136..a8407bd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ MCP-Discord provides the following Discord-related functionalities: - Login to Discord bot - List servers the bot is a member of - Get server information +- Search messages in a server - Read/delete channel messages - Send messages to specified channels (using either channel IDs or channel names) - Retrieve forum channel lists @@ -288,6 +289,7 @@ You can use Docker containers with both Claude and Cursor: ### Messages and Reactions +- `discord_search_messages`: Search messages in a server - `discord_read_messages`: Read channel messages - `discord_add_reaction`: Add a reaction to a message - `discord_add_multiple_reactions`: Add multiple reactions to a message