Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| API_KEY | Yes | ScanPower API key | |
| NODE_ENV | No | Environment mode | development |
| LOG_LEVEL | No | Logging level | info |
| API_BASE_URL | No | ScanPower API base URL | https://api.scanpower.com |
| LOG_REQUESTS | No | Enable request logging | true |
| SSL_KEY_PATH | No | Path to SSL key | ./ssl/server.key |
| HTTPS_ENABLED | No | Enable HTTPS | true |
| SSL_CERT_PATH | No | Path to SSL certificate | ./ssl/server.cert |
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 | |