Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server (e.g., INFO, DEBUG). | INFO |
| PYTHONPATH | No | Absolute path to the project directory to allow Python to resolve local module imports. | |
| RAPIDAPI_KEY | Yes | News API key from RapidAPI. | |
| RAPIDAPI_HOST | Yes | RapidAPI host for real-time news data. | real-time-news-data.p.rapidapi.com |
| MISTRAL_API_KEY | Yes | Mistral AI API key for sentiment analysis and summarization. | |
| MAX_NEWS_ARTICLES | No | Maximum number of news articles to fetch. | 10 |
| MAX_SUMMARY_LENGTH | No | Maximum length of AI-generated summaries. | 500 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |