Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port for the MCP server when using HTTP or TCP transport | 3000 |
DEBUG | No | Enable debug mode for detailed logging | false |
LOG_LEVEL | No | Set the log level for more detailed information | |
TRANSPORT | No | The transport type for the MCP server (stdio, http, tcp) | stdio |
HALO_SCOPE | No | The scope for the HaloPSA API | all |
HALO_TENANT | No | Your HaloPSA tenant ID | |
HALO_API_URL | Yes | The URL of your HaloPSA API | https://yourhalo.haloservicedesk.com/api |
HALO_CLIENT_ID | Yes | Your HaloPSA client ID | |
HALO_API_VERSION | No | The version of the HaloPSA API to use | v3 |
HALO_CLIENT_SECRET | Yes | Your HaloPSA client secret |
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 |