|
|
|
|
|
by _heimdall
381 days ago
|
|
Very cool! The docs here are a great overview of how MCP works, and a reminder to me of an old lesson: We never should have abandoned REST. The whole point was for an interface to be self-describing; we wouldn't need MCP (or Swagger, or OpenAPI, etc) if we just stuck to REST instead of diverting down the JSON RPC route we've been on for 20 years. |
|
And in what way is OpenAPI an abandonment of REST? It's an API documentation system that can be leveraged for generating REST server boilerplate code. If anything, it builds up the quality-of-life around REST.