AI/ML-powered diagnostic engine for SRE Observability on Konflux and OpenShift. It uses the Model Context Protocol (MCP) and 40+ tools to analyze logs, metrics, and traces, enabling automated RCA and predictive analysis.
服务器配置
{
"mcpServers": {
"lumino": {
"type": "stdio",
"command": "<ABSOLUTE_PATH_TO_LUMINO>/.venv/bin/python",
"args": [
"<ABSOLUTE_PATH_TO_LUMINO>/main.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}