Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | Yes | Port for the server to listen on (default: 8080) | 8080 |
| RPC_URL | Yes | RPC URL for the Telos EVM (e.g., https://rpc.telos.net/evm) | https://rpc.telos.net/evm |
| CHAIN_ID | Yes | Chain ID for the Telos network (e.g., 40) | 40 |
| LOG_LEVEL | No | The logging level (e.g., info, debug) | info |
| PRIVATE_KEY | Yes | Your private key for transaction execution without the 0x prefix | |
| AUTO_EXECUTE | No | Whether to automatically execute transactions | true |
| TELOS_API_URL | Yes | API URL for Teloscan (e.g., https://api.teloscan.io) | https://api.teloscan.io |
| RATE_LIMIT_MAX | No | Maximum requests allowed within the rate limit TTL | 100 |
| RATE_LIMIT_TTL | No | Rate limit time-to-live in seconds | 60 |
| TRANSACTION_MODE | No | Mode for transaction execution (e.g., interactive) | interactive |
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 | |