Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | |
RPC_URL | Yes | Solana RPC endpoint | |
MAX_RETRIES | No | RPC retry attempts | |
RPC_TIMEOUT | No | RPC timeout in milliseconds | |
WALLET_PRIVATE_KEY | No | Base64 encoded private key (optional, for transactions) |
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 |