Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port for future HTTP transport (currently unused as server only supports stdio transport). | 8080 |
| token | No | LunaTask API bearer token. Required to authenticate with the LunaTask API if not provided in the configuration file. | |
| base_url | No | LunaTask API base URL. | https://api.lunatask.app/v1/ |
| log_level | No | Logging level. Valid values: DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| config_file | No | Path to the custom TOML configuration file (defaults to ./config.toml). | |
| rate_limit_rpm | No | Rate limit in requests per minute. | 60 |
| rate_limit_burst | No | Rate limit burst size. | 10 |
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 | |