
Make yourself a tool for your agent :)
I kept running into the same problem with Codex:
I tell it to stop and ask me if you hit an important decision/action, and instead it spend 20 minutes trying every possible workaround, burning tokens, making assumptions, or choosing a direction I never approved.
Sometimes I need it to stop and tell me to click this, or enable that in settings, but it's not built to do that, it's built to keep moving and do the job.
I made an MCP that keeps you in the loop, that deems you as a valuable input, not only a prompter. Human intervention MCP exposes two tools: `ask_operator` and `request_human_action`.
Check it out here: https://github.com/mhmdibrahimm/human-intervention-mcp
Let me know what you think about it.