showrunner
by khou
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port. | 8080 |
| DATA_DIR | No | Where the SQLite file lives. | /data |
| TASK_LEASE_S | No | Task ownership lease; renewed by update_task. | 900 |
| WORKER_LEASE_S | No | Member liveness lease; renewed by any tool call. | 90 |
| SHOWRUNNER_TOKEN | Yes | Bearer token gating /mcp and /api. Server refuses to start without it. | |
| SWEEP_INTERVAL_S | No | How often the reclaim sweep runs. | 5 |
| DIRECTION_LEASE_S | No | Director lease; renewed by any director tool call. | 600 |
| POLL_HOLD_SECONDS | No | Max long-poll hold for await_work. | 25 |
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues