shipfeedAI news, curated daily

23:56:40 CET
20 MAY23:56:40shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

The second wave of MCP: Building for LLMs, not developers

MCP servers work better when tools map to complete user intentions rather than wrapping individual API endpoints, as LLMs lack persistent state and must rediscover tool logic each session.

Sep 9 · · primary fetch1 sourceupdated Sep 9 ·

When the MCP standard first launched, many teams rushed to ship something. Many servers ended up as thin wrappers around existing APIs with minimal changes. A quick way to say "we support MCP". At the time, this made sense. MCP was new, teams wanted to get something out quickly, and the obvious approach was mirroring existing API structures. Why reinvent when you could repackage? But the problem with this approach is LLMs don’t work like developers. They don’t reuse past code or keep long term state.

Each conversation starts fresh. LLMs have to rediscover which tools exist, how to use them, and in what order. With low level API wrappers, this leads to repeated orchestration, inconsistent behavior, and wasted effort as LLMs repeatedly solve the same puzzles. MCP works best when tools handle complete user intentions rather than exposing individual API operations. One tool that deploys a project end-to-end works better than four tools that each handle a piece of the deployment pipeline. Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comThe second wave of MCP: Building for LLMs, not developersprimary