Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host on which the server runs | localhost |
PORT | No | Port on which the server runs | 3000 |
NODE_ENV | No | Environment mode (development or production) | development |
STOCK_API_KEY | No | API key for stock data services | |
POLYGON_API_KEY | Yes | API key for Polygon.io (used for stock 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 |