Why enforcement, not detection
MCP is getting a registry, tasks, and interceptors. Nothing in the protocol enforces anything. That's not a bug — it's a layering decision. Hangar is the layer.
No anomaly scores to tune, no baseline to train. If your platform team can review a NetworkPolicy, they can review a Hangar policy.
Detection
risk0.87— review?
A detector produces a signal, and a signal is a question. Someone has to triage it, decide whether it was real, and act after the fact.
- —Alerts you have to triage
- —Scores to tune, baselines to train
- —The call already happened
Enforcement
allow/deny-32021
A policy produces a verdict, and a verdict is an answer. The tool call is allowed or it is not, before it reaches anything.
- ▶Admission policy on the server spec
- ▶Per-server egress rules and tool-schema pinning
- ▶Approval gates on the call path