Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to | 0.0.0.0 |
| PORT | No | Port to run the server on | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| LOG_FORMAT | No | Format for logging output | json |
| ENVIRONMENT | No | Environment the server is running in | production |
| SOLANA_RPC_URL | No | URL of the Solana RPC endpoint | https://api.mainnet-beta.solana.com |
| SOLANA_TIMEOUT | No | Timeout value for Solana RPC calls in seconds | 30 |
| PRICE_CACHE_TTL | No | Time-to-live for price cache entries in seconds | 60 |
| PRICE_CACHE_SIZE | No | Size of the price cache | 500 |
| SOLANA_COMMITMENT | No | Solana commitment level | confirmed |
| METADATA_CACHE_TTL | No | Time-to-live for metadata cache entries in seconds | 300 |
| METADATA_CACHE_SIZE | No | Size of the metadata cache | 100 |
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 | |