# Discord Bot Token
# Get your bot token from https://discord.com/developers/applications
# Make sure to enable the following intents in your Discord Developer Portal:
# - GUILDS
# - GUILD_MEMBERS
# - GUILD_MODERATION
# - GUILD_MESSAGES
# - GUILD_PRESENCES
# - MESSAGE_CONTENT
DISCORD_BOT_TOKEN=your_bot_token_here
# HTTP Server Configuration
# The port the MCP server will listen on (default: 3000)
PORT=3000