Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
CSV_FILE_PATH | No | Path to fallback CSV data file | stocks_data.csv |
GEMINI_API_KEY | Yes | Google Gemini API key for AI processing | |
MCP_SERVER_CWD | No | Working directory for MCP server | Current directory |
MCP_MAX_RETRIES | No | Maximum retry attempts for failed operations | 3 |
MCP_TIMEOUT_SECONDS | No | Timeout for MCP operations | 30 |
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 |