Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Debug logging level | |
| KUBECONFIG | No | Path to kubeconfig file | ~/.kube/config |
| DATABASE_PATH | No | DuckDB database path | storage/ovnk_benchmark.db |
| MCP_SERVER_URL | No | MCP server URL | http://localhost:8000 |
| OPENAI_API_KEY | No | OpenAI API key for AI features (Required for reports) | |
| REPORT_OUTPUT_DIR | No | Report output directory | exports |
| REPORT_PERIOD_DAYS | No | Report period in days | 7 |
| COLLECTION_DURATION | No | Metrics collection duration | 5m |
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 | |