Update README.md

This commit is contained in:
Timothy Jaeryang Baek 2025-04-10 18:31:09 -07:00
parent d84ec0882b
commit 52c697bfa9

View File

@ -89,9 +89,11 @@ In addition to turning MCP tool servers into OpenAPI-compatible APIs (via mcpo o
Several community-maintained projects are available to help with this: Several community-maintained projects are available to help with this:
- [🌉 openapi-mcp-server](https://github.com/janwilmake/openapi-mcp-server) - [🌉 openapi-mcp-server](https://github.com/janwilmake/openapi-mcp-server)
Acts as a translator from any OpenAPI spec to an MCP tool, allowing for easy reuse of RESTful APIs within MCP-only frameworks. Acts as a translator from any OpenAPI spec to an MCP tool, allowing for easy reuse of RESTful APIs within MCP-only frameworks.
- [🔁 mcp-openapi-server](https://github.com/ivo-toby/mcp-openapi-server) - [🔁 mcp-openapi-server](https://github.com/ivo-toby/mcp-openapi-server)
Another lightweight adapter that converts OpenAPI-described endpoints to usable MCP tool servers on the fly. Another lightweight adapter that converts OpenAPI-described endpoints to usable MCP tool servers on the fly.
With these bridges, you gain full interoperability in both directions: With these bridges, you gain full interoperability in both directions: