flint-slating
by ParkviewLab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind address | 0.0.0.0 |
| PORT | No | HTTP bind port | 35833 |
| CACHE_ROOT | No | Materialized URL / base64 PDFs | ./cache |
| ENABLE_OCR | No | Enable Docling OCR (Tesseract required) | false |
| OUTPUT_ROOT | No | Per-job output dirs | ./output |
| PUBLIC_BASE_URL | No | Used to build output_url | http://localhost:35833 |
| MAX_URL_PDF_BYTES | No | Cap on URL download size | 200 MB |
| OUTPUT_EXPIRY_DAYS | No | Sweep finished jobs older than N days | 7 |
| SYNC_PAGE_THRESHOLD | No | Inline-vs-job cutoff for Markdown conversion | 20 |
| MAX_INLINE_PDF_BYTES | No | Cap on base64 upload size | 25 MB |
| DOCLING_ARTIFACTS_PATH | No | Docling layout-model cache | ~/.cache/docling |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |