Remix.run Logo
asdev 5 hours ago

Seems like over engineering just build an API in front of your agent, give the other agent the spec in a markdown file.

pocksuppet 5 hours ago | parent [-]

why dropbox when you can just rsync

dewey 5 hours ago | parent [-]

I'm a fan of that phrasing usually but that's not a good comparison in this case I feel. Agents are perfectly fine to use existing REST APIs. I have yet to see the big selling point for MCP as they are usually a very thin layer on top of an existing API just with a formalized description for each tool.

How is it better than just a REST API with a openapi spec json file?

dkdcdev 4 hours ago | parent [-]

you can also put that REST API behind a self-documenting CLI. that’s how I setup my agents to talk to each other