|
|
|
|
|
by SillyUsername
308 days ago
|
|
MCP is flawed but it learnt one thing correctly from years of RPC - complexity is the biggest time sink and holds back adoption in deference to simpler competing standards (cf XML vs JSON) - SOAP - interop needs support of DOC or RPC based between systems, or a combination, XML and schemas are also horribly verbose. - CORBA - libraries and framework were complex, modern languages at the time avoided them in deference to simpler standards (e.g. Java's Jini) - GPRC - designed for speed, not readability, requires mappings. It's telling that these days REST and JSON (via req/resp, webhooks, or even streaming) are the modern backbone of RPC. The above standards either are shoved aside or for GPRC only used where extreme throughput is needed. Since REST and JSON are the plat du jour, MCP probably aligns with that design paradigm rather than the dated legacy protocols. |
|
No, they're the medium of the web.
The author is specifically addressing enterprise integration into business workflows - not showing stuff in a browser.