Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLOW_PII | No | Include message content in responses | false |
| LOG_LEVEL | No | Logging verbosity (error, warn, info, debug) | info |
| CACHE_TTL_SECONDS | No | Cache duration for API responses | 300 |
| HELPSCOUT_API_KEY | No | Personal Access Token (format: Bearer token) - Alternative to OAuth2 | |
| HELPSCOUT_BASE_URL | No | Help Scout API endpoint | https://api.helpscout.net/v2/ |
| HELPSCOUT_CLIENT_ID | No | OAuth2 Client ID from Help Scout My Apps | |
| HELPSCOUT_CLIENT_SECRET | No | OAuth2 Client Secret from Help Scout My Apps |
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 | |