Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | Rust logging level configuration | info |
| POLYMARKET_SECRET | No | Your secret for advanced trading operations | |
| WALLET_PUBLIC_KEY | No | Your wallet public key for blockchain interactions | |
| POLYMARKET_API_KEY | No | Your API key for the Polymarket API | |
| WALLET_PRIVATE_KEY | No | Your wallet private key for blockchain interactions | |
| POLYMARKET_CACHE_TTL | No | Cache time-to-live in seconds | 60 |
| POLYMARKET_LOG_LEVEL | No | Log level for the server | info |
| POLYMARKET_PASSPHRASE | No | Your passphrase for advanced trading operations | |
| POLYMARKET_API_BASE_URL | No | Base URL for the Polymarket API | https://gamma-api.polymarket.com |
| POLYMARKET_CACHE_ENABLED | No | Enable or disable caching | true |
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 | |