Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your API key for the AI model | |
| API_MODEL | Yes | Name of the AI model to use | |
| DATA_FILE | Yes | Path to writable directory for data storage (e.g., path/to/writable/directory/data.json) | |
| API_BASE_URL | Yes | Base URL for the API | |
| GITHUB_TOKEN | Yes | Your GitHub access token | |
| REPORT_REPOS | Yes | List of GitHub repositories to monitor, comma separated (e.g., repo1,repo2,repo3) | |
| FEISHU_WEBHOOK | Yes | Your Feishu webhook URL |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |