Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port for the server | 8080 |
TIMEZONE | No | Timezone setting for the application | GMT+7 |
PAGE_SIZE | No | Page size for fetching data | 50 |
MONGO_HOST | No | MongoDB host | localhost |
MONGO_PORT | No | MongoDB port | 27017 |
MONGO_USER | No | MongoDB username | admin |
API_BASE_URL | Yes | Base URL for the API | |
DAYS_TO_FETCH | No | Number of days to fetch | 1 |
MONGO_DATABASE | No | MongoDB database name | volume_wall_detector |
MONGO_PASSWORD | Yes | MongoDB password | |
TRANSPORT_TYPE | No | Transport type for the server | stdio |
TRADES_TO_FETCH | No | Number of trades to fetch | 10000 |
MONGO_AUTH_SOURCE | No | MongoDB authentication source | admin |
MONGO_AUTH_MECHANISM | No | MongoDB authentication mechanism | SCRAM-SHA-1 |
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 |