Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IEEE2030_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| IEEE2030_BASE_URL | Yes | Base URL of your IEEE 2030.5 server | |
| IEEE2030_INSECURE | No | Skip SSL verification (dev only) | false |
| IEEE2030_KEY_PATH | No | Path to private key file (if separate) | |
| IEEE2030_CERT_PATH | No | Path to certificate file (.pem, .crt) | |
| IEEE2030_KEY_VALUE | No | Private key content as string | |
| IEEE2030_CERT_VALUE | No | Certificate content as string |
Capabilities
Server capabilities have not been inspected yet.
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 | |