Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PALACE_VAULTS | No | Vault configuration in format: path:alias:mode,... (e.g., /path/to/vault:main:rw or /path/to/work:work:rw,/path/to/personal:personal:rw) | |
| PALACE_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| PALACE_CONFIG_PATH | No | Global config file path | ~/.config/palace/config.yaml |
| PALACE_DEFAULT_VAULT | No | Default vault alias (defaults to first vault if not specified) | |
| PALACE_WATCH_ENABLED | No | Watch for file changes | true |
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 | |