From 4316df9058917bc8bcca2a89d7c31a586b140152 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 5 Apr 2025 12:02:40 -0600 Subject: [PATCH] Update mcp.mdx --- docs/openapi-servers/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi-servers/mcp.mdx b/docs/openapi-servers/mcp.mdx index b69784b..1131c30 100644 --- a/docs/openapi-servers/mcp.mdx +++ b/docs/openapi-servers/mcp.mdx @@ -17,7 +17,7 @@ That’s a strength—but also a limitation. If you want to deploy your main interface (like Open WebUI) on the cloud, you quickly run into a problem: your cloud instance can’t speak directly to an MCP server running locally on your machine via stdio. -That’s where mcpo comes in with a game-changing solution. +[That’s where mcpo comes in with a game-changing solution.](https://github.com/open-webui/mcpo) MCP servers typically rely on raw stdio communication, which is: