Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host for the server | localhost |
PORT | No | Port for the server | 3000 |
LOG_DIR | No | Directory for logs | ./logs |
LOG_LEVEL | No | Level of logging | info |
STORAGE_DIR | No | Directory for storage | ./storage |
FEISHU_APP_ID | Yes | Your Feishu application ID | |
CHECK_INTERVAL | No | Interval for health checks in milliseconds | 5000 |
FEISHU_API_URL | No | The URL of the Feishu API | https://project.feishu.cn/open_api |
FEISHU_APP_SECRET | Yes | Your Feishu application secret | |
MAX_CONCURRENT_TASKS | No | Maximum number of concurrent tasks | 5 |
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 |