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 |
| LOG_FORMAT | No | Log format (json or console) | json |
| MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
| RETRY_DELAY | No | Base delay between retries in seconds | 1.0 |
| SEARCH_TIMEOUT | No | HTTP request timeout in seconds | 30 |
| DEFAULT_USER_ID | No | Default user ID for requests | system |
| MCP_SERVER_HOST | No | Server bind address | 0.0.0.0 |
| MCP_SERVER_PORT | No | Server port | 8080 |
| SEARCH_SERVICE_URL | No | Base URL of the search service | http://search_service:8008 |
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 | |