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
This commit is contained in:
Sooty 2025-10-15 16:40:40 +01:00
parent cdff846b2a
commit 26bacdbefc
1 changed files with 2 additions and 0 deletions

View File

@ -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