5 ms·
MCP is already deterministic. What's huge about it is that it has automatic API discovery and integration built-in. It's a bit rough yet but I think we will onl
by neoden 10mo ago
MCP is already deterministic. What's huge about it is that it has automatic API discovery and integration built-in. It's a bit rough yet but I think we will only see how it's getting improved more and more.
- degamad 10mo ago> automatic API discovery and integration So, WSDL?
- neoden 10mo agono, thank you
- EagnaIonat 10mo agoWSDL just told you what API was there and create the interface for you in code. It actually never tried to figure out what API call you actually needed based on what the user asked and how to handle it in real time. I mean it could, but WSDL was already superseded by REST.
- brazukadev 10mo agoYes, WSDL is great for it, now go ahead and convince people. What is your marketing budget?
- 0x696C6961 10mo agoYou really want to use WSDL? OpenAPI v3 would be a much better fit. But it has a tone of features that are completely unnecessary for this use-case. What if we just stripped it down to input and output json schemas? Oh wait ... we just invented MCP.