logoalt Hacker News

athrowaway3zyesterday at 6:05 PM0 repliesview on HN

MCP's are toys for point-and-click devs that no self-respecting dev has any business using.

Case in point; I'm mostly a Claude user, which has decent background process / BashOutput support to get a long-running process's stdout.

I was using codex just now, and its processes support is ass.

So I asked it, give me 5 options using cli tools to implement process support. After 3 min back and forth, I got this: https://github.com/offline-ant/shellagent-tools/blob/main/ba...

Add single line in AGENTS.md.

> the `background` tool allows running programs in the background. Calling `background` outputs the help.

Now I can go "background ./server; try thing. investigate" and it has access to the stdout.

Stop pre-trashing your context with MCPs people.