Structs§
Constants§
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.
- crash_
loop_ log_ path - reset_
crash_ loop - Clears the crash-loop history file, resetting any active backoff.
- try_
acquire_ lock - Best-effort cross-process lock (create_new + stale eviction).