Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | Your GitHub token for repository scanning | |
| DATABASE_PATH | No | Path to the SQLite database file | ./data/anticheat_analysis.db |
| OPENAI_API_KEY | No | Your OpenAI API key for GPT-4 integration (optional but recommended) | |
| MINIMAX_API_KEY | Yes | Your MiniMax API key for AI capabilities | |
| DISCORD_BOT_TOKEN | Yes | Your Discord bot token | |
| ANTICHEAT_WEBHOOK_URL | Yes | Webhook URL for sending alerts | |
| DISCORD_PRIVATE_CHANNEL_1 | Yes | ID of the first private channel to monitor | |
| DISCORD_PRIVATE_CHANNEL_2 | Yes | ID of the second private channel to monitor | |
| DISCORD_CHEATING_CHANNEL_1 | Yes | ID of the first cheating channel to monitor | |
| DISCORD_CHEATING_CHANNEL_2 | Yes | ID of the second cheating channel to monitor |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |