From e47381ff056c18ca9c8ead172b11a44b1204f242 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 30 Mar 2025 17:03:07 -0700 Subject: [PATCH] Update faq.mdx --- docs/openapi-servers/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi-servers/faq.mdx b/docs/openapi-servers/faq.mdx index 7496296..efa35ef 100644 --- a/docs/openapi-servers/faq.mdx +++ b/docs/openapi-servers/faq.mdx @@ -150,7 +150,7 @@ Just make sure they’re securely configured and publicly reachable (or VPN'd) i #### πŸ§ͺ Q: What if I have an existing MCP server? -**A:** Great news! You can use [mcpo](https://github.com/open-webui/mcpo), exposing your existing MCP-based tools as OpenAPI-compatible APIs is now easier than ever. No rewrites, no headaches β€” just plug and go! πŸš€ +**A:** Great news! You can use our MCP-to-OpenAPI Bridge: [mcpo](https://github.com/open-webui/mcpo), exposing your existing MCP-based tools as OpenAPI-compatible APIs is now easier than ever. No rewrites, no headaches β€” just plug and go! πŸš€ If you've already built tools using the MCP protocol, `mcpo` helps you instantly unlock compatibility with Open WebUI and any OpenAPI-based agent β€” ensuring your hard work remains fully accessible and future-ready.