Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The Node.js environment (development or production) | development |
| LOG_LEVEL | No | Logging level (e.g., debug, info, warn, error) | info |
| MAX_FILES | No | Maximum number of files | 100 |
| BATCH_SIZE | No | Number of files per batch for upload operations | 10 |
| GITEA_TIMEOUT | No | Gitea API request timeout in milliseconds | 30000 |
| MAX_FILE_SIZE | No | Maximum file size in bytes (default: 10MB) | 10485760 |
| GITEA_INSTANCES | Yes | JSON array of Gitea instance configurations. Each instance requires: id (unique identifier), name (human-readable name), baseUrl (Gitea instance URL), token (personal access token), optional timeout (request timeout in ms), and optional rateLimit (requests per windowMs) | |
| GITEA_MAX_RETRIES | No | Maximum number of retries for Gitea API requests | 3 |
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 | |