Hacker News new | ask | show | jobs
by dorgo 23 days ago
>to manipulate or combine the data into a more useful format

why not build this directly into MCPs?

2 comments

Hmm, indeed, so maybe I could have all this as an MCP, so I can just easily pass any imaginable data manipulation inside it, and then also have it support calling other MCPs, all inside that one MCP, to avoid filling context with intermediate data..

Sounds a lot like a shell to me.

Go idea. We will call this new MCP “bash”. It will allow you to stream the output of one command to the input of another incrementally as the data is generated.