Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| LOG_LEVEL | No | Logging level | info |
| HARBOR_URL | Yes | URL of your Harbor instance | |
| ENABLE_HTTPS | No | Enable HTTPS | false |
| SSL_KEY_PATH | No | Path to SSL key | |
| SSL_CERT_PATH | No | Path to SSL certificate | |
| HARBOR_PASSWORD | Yes | Your Harbor password | |
| HARBOR_USERNAME | Yes | Your Harbor username |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |