Hacker News new | ask | show | jobs
by uncomplexity_ 435 days ago
mcp is best for stateful connections to thirtparty providers of data and actions.

shameless plug but im working on something where i give LLMs direct access to APIs without going through mcp.

initial demo is at uncomplexities.com.

1 comments

Mm I hadn't thought about the stateful part - so the server is running the whole time the MCP client is active? Rather than being spun up as needed to make a tool call?