Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port for the local proxy server used for CORS or dashboard viewing. | 3002 |
| MAXIMO_URL | Yes | The full URL to the Maximo API (e.g., https://your-maximo-host.com/maximo/api). | |
| MAXIMO_HOST | No | The base URL for the Maximo host (e.g., https://your-maximo-host.com). | |
| MAXIMO_API_KEY | Yes | Maximo API Key with read access to the environment. | |
| MAXIMO_OPENAPI_PATH | No | Path to the local Maximo OpenAPI JSON file used for offline schema lookups. | ./maximo_openapi.json |
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 | |