Ben Holmes @bholmes.dev ยท Dec 5

You may have heard that Anthropic has... a complicated relationship with MCPs ๐Ÿ’€ Here's what's wrong with MCP, and some powerful, token-efficient alternatives!

16 likes 2 replies

?

Replies

Sean Roberts ยท Dec 5

oh heck yeah the whiteboard is back

JP ยท Dec 5

I've been following MCPs too, most of those could be replaced with "d.ts" files, like: "my-order-system.d.ts" "some-cool-functions.d.ts" It would contain just the API, and LLMs seem to be good at interpreting TypeScript interfaces. It doesn't have implementation of course, but that is the point.