Fixed both issues
This commit is contained in:
@@ -578,5 +578,7 @@ def monitor_loop(
|
||||
}
|
||||
else:
|
||||
status["llm_assessment"] = {"enabled": False, "status": "disabled", "text": ""}
|
||||
if status_cache_path and isinstance(mcp, dict) and mcp.get("status") not in {"error", "refreshing"}:
|
||||
StatusSnapshotStore(status_cache_path).save("last_good", status)
|
||||
write_status(status, output)
|
||||
time.sleep(interval)
|
||||
|
||||
Reference in New Issue
Block a user