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.
You 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.
degamad|3 months ago
So, WSDL?
brazukadev|3 months ago
0x696C6961|3 months ago
EagnaIonat|3 months ago
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.
neoden|3 months ago