Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| REDIS_URL | No | Redis connection URL | redis://localhost:6379/0 |
| SECRET_KEY | No | JWT secret key (required in production) | |
| UPLOAD_DIR | No | Upload directory | ./uploads |
| ENVIRONMENT | No | Environment name | development |
| DATABASE_URL | No | Database connection URL | sqlite+aiosqlite:///./docx_db.sqlite |
| MAX_UPLOAD_SIZE | No | Max upload size (bytes) | 104857600 |
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 | |