Description
When the codegraph MCP server hangs (no response), Codex repeatedly restarts it without terminating the previous instance.
Each retry spawns a new process:
volta run codegraph serve --mcp
This leads to uncontrolled process accumulation, causing CPU/memory/handle exhaustion and eventually freezing the host machine.
Actual Behavior
- Frozen MCP process is not terminated
- Continuous restart loop
- Rapid process spawning
- System becomes unresponsive due to resource exhaustion
Description
When the
codegraphMCP server hangs (no response), Codex repeatedly restarts it without terminating the previous instance.Each retry spawns a new process:
This leads to uncontrolled process accumulation, causing CPU/memory/handle exhaustion and eventually freezing the host machine.
Actual Behavior