From e813f60835ffa3ed70e604dacf03cb74cbedd354 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 22:58:46 +0000 Subject: [PATCH] Update README to document discord_list_guilds tool Co-authored-by: SootyOwl <7614538+SootyOwl@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a91b9b..b0c0ded 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A Discord MCP (Model Context Protocol) server that enables AI assistants to inte MCP-Discord provides the following Discord-related functionalities: - Login to Discord bot +- List guilds (servers) the bot is a member of - Get server information - Read/delete channel messages - Send messages to specified channels (using either channel IDs or channel names) @@ -267,6 +268,8 @@ You can use Docker containers with both Claude and Cursor: ### Basic Functions +- `discord_login`: Login to Discord using the configured token +- `discord_list_guilds`: List all Discord servers (guilds) the bot is a member of - `discord_send`: Send a message to a specified channel (supports both channel ID and channel name) - `discord_get_server_info`: Get Discord server information