logoalt Hacker News

dorgotoday at 8:09 AM1 replyview on HN

>to manipulate or combine the data into a more useful format

why not build this directly into MCPs?


Replies

_fluxtoday at 10:20 AM

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.