Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Optional log level | info |
| AROFLO_ACCEPT | No | Optional Accept header | text/json |
| MCP_HTTP_HOST | No | Host for HTTP transport | |
| MCP_HTTP_PATH | No | Path for HTTP transport | |
| MCP_HTTP_PORT | No | Port for HTTP transport | |
| MCP_TRANSPORT | No | MCP transport mode (e.g., stdio, http) | stdio |
| AROFLO_HOST_IP | No | Optional host IP address | |
| AROFLO_PENCODED | Yes | Required AroFlo pencoded credential | |
| AROFLO_UENCODED | Yes | Required AroFlo uencoded credential | |
| AROFLO_SECRET_KEY | Yes | Required AroFlo secret key | |
| AROFLO_TIMEOUT_MS | No | Optional timeout in milliseconds | 65000 |
| AROFLO_MAX_RETRIES | No | Optional maximum number of retries | 2 |
| AROFLO_ORG_ENCODED | Yes | Required AroFlo org encoded credential | |
| AROFLO_API_BASE_URL | No | Optional API base URL | https://api.aroflo.com/ |
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 | |