fix recon mcp
This commit is contained in:
@@ -310,6 +310,7 @@ def build_status(
|
||||
summary["aggregate_backed"] = True
|
||||
status = {
|
||||
"status_schema": 2,
|
||||
"stale": False,
|
||||
"generated_at": int(time.time()),
|
||||
"log_path": log_path,
|
||||
"policy_path": policy_path,
|
||||
@@ -341,6 +342,7 @@ def build_status(
|
||||
"cross_source_correlations": correlations,
|
||||
"incidents": incidents,
|
||||
"data_quality": assess_data_quality(events, mcp_status),
|
||||
"status_cache": {"served_from_cache": False, "reason": ""},
|
||||
"anomalies": [
|
||||
{
|
||||
"subject": finding.subject,
|
||||
|
||||
Reference in New Issue
Block a user