Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
lol, I have 3 of these in prod now, and I stand by my OP. Should be easier. Gave a lightening talk on why it isn't yesterday. The industry doesn't know whats about to hit them tho. Thanks everyone for your work. I have example code here, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We, the industry, already have so so many RESTful JSON APIs, and guess what? We have been building apps with them for decades. In fact the LLMs which we have transitioned to vibe coding with are fully capable of understanding the RESTful API, the bearer token, all of it. But somehow yall have decided that we should re-invent authentication, and abandon RESTful APIs which we have our business logic will full test coverage. My question is pretty simple,
Why are we being forced to re-invent the wheel simply because a company wants to generate hype? To me its purposefully being broken, so much is on purpose being ignored. Why should I be foreced to re-code my entire API, when it would be rather simple to include a configuration for bearer tokens or a simple spec for 'hey its a json server, you send it the data like this' I already have swagger, asking the LLM to go read those docs is just fine.
TLDR to me MCP is classic "Embrace, Extend, Extinguish" Yall are attempting to get us to over extend, trying to disrupt existing business logic of the whole industry. opening up countless security holes.
It should be rather trivial for me to tell the llm how to read the API docs which I have spent a decade building.
Beta Was this translation helpful? Give feedback.
All reactions