Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode (true/false) | false |
| NODE_ENV | No | Node environment (development or production) | development |
| LOG_LEVEL | No | Log level (e.g., info, debug) | info |
| BASE_RPC_URL | No | RPC URL for the Base network | |
| ENABLE_METRICS | No | Enable metrics collection (true/false) | false |
| SCROLL_RPC_URL | No | RPC URL for the Scroll network | |
| FIBROUS_API_KEY | No | Fibrous API key for performance and rate-limit optimization | |
| BASE_PRIVATE_KEY | No | Private key for the Base network | |
| DEFAULT_SLIPPAGE | No | Default slippage for swaps | 1.0 |
| STARKNET_RPC_URL | No | RPC URL for the Starknet network | |
| SCROLL_PRIVATE_KEY | No | Private key for the Scroll network | |
| STARKNET_PUBLIC_KEY | No | Public key for the Starknet network | |
| STARKNET_PRIVATE_KEY | No | Private key for the Starknet network |
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 | |