Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache expiration time in seconds | 3600 |
| HTTP_PROXY | No | HTTP proxy configuration (recommended for US stock data access) | |
| REDIS_HOST | No | Redis host (default: redis for Docker, localhost for local) | redis |
| HTTPS_PROXY | No | HTTPS proxy configuration (recommended for US stock data access) | |
| NEWS_API_KEY | No | News API key for news aggregation | |
| CACHE_ENABLED | No | Whether to enable caching | true |
| TUSHARE_TOKEN | Yes | A股数据访问token (required, get from https://tushare.pro/) | |
| TAVILY_API_KEY | No | Tavily API key for AI search and research | |
| FINNHUB_API_KEY | No | Finnhub API key for enhanced news data |
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 | |