Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Log level | INFO |
REDIS_HOST | No | Redis host | localhost |
REDIS_PORT | No | Redis port | 6379 |
KRX_API_KEY | Yes | KRX API key | |
TIMESCALE_DB_HOST | No | TimescaleDB host | localhost |
TIMESCALE_DB_NAME | No | Database name | market_stats |
TIMESCALE_DB_PORT | No | TimescaleDB port | 5432 |
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 |