top | item 46022497

(no title)

neoden | 3 months 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.

discuss

order

degamad|3 months ago

> automatic API discovery and integration

So, WSDL?

brazukadev|3 months ago

Yes, WSDL is great for it, now go ahead and convince people. What is your marketing budget?

0x696C6961|3 months ago

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.

EagnaIonat|3 months ago

WSDL 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.

neoden|3 months ago

no, thank you