Structs§
Functions§
- crash_
loop_ backoff - Detects rapid restart loops (e.g., IDE keeps respawning a crashing MCP server). Records each startup timestamp; if too many happen within the window, sleeps with exponential backoff to break the loop and avoid host degradation.
- try_
acquire_ lock - Best-effort cross-process lock (create_new + stale eviction).