Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode (true/false) | |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR | INFO |
| WS_TIMEOUT | No | WebSocket timeout in seconds | 60 |
| HTTP_TIMEOUT | No | HTTP timeout in seconds | 30 |
| RATE_LIMIT_WEIGHT | No | Maximum API weight per minute | 1200 |
| HYPERLIQUID_WS_URL | No | Hyperliquid WebSocket URL (configured automatically based on network) | |
| HYPERLIQUID_API_URL | No | Hyperliquid API URL (configured automatically based on network) | |
| HYPERLIQUID_NETWORK | No | Network to use: 'mainnet' or 'testnet' | mainnet |
| HYPERLIQUID_PRIVATE_KEY | Yes | Your Ethereum private key (format: 0x...) | |
| HYPERLIQUID_ACCOUNT_ADDRESS | Yes | Your Ethereum wallet address (format: 0x...) |
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 | |