feat: diagnose live MCP namespace EOF health and block merge (#543) #587

Merged
sysadmin merged 5 commits from feat/issue-543-mcp-namespace-health-check into master 2026-07-09 18:46:53 -05:00
Showing only changes of commit af9f1c5944 - Show all commits
-1
View File
@@ -194,4 +194,3 @@ def namespace_health_blocks_task(task: str, healthy: bool) -> bool:
if healthy:
return False
return (task or "").strip() in {"merge_pr", "review_pr", "submit_review"}