#!/usr/bin/env node /** * MCP Server Entry Point for Discord Server Management * * This is a standalone entry point that starts an MCP server * for managing Discord servers via Claude Code. * * Usage: * node dist/mcp-server.js * * Required environment variables: * DISCORD_TOKEN - Your Discord bot token * DISCORD_GUILD_ID - The ID of the Discord server to manage */ export declare function main(): Promise;