From 777f3ad98878e7f77bd98dde581128d87668909f Mon Sep 17 00:00:00 2001 From: #QualityWithMillan Date: Sun, 4 Jan 2026 19:26:48 -0800 Subject: [PATCH] Update links and license information in README - Docs: fix outdated link for Open WebUI integration - Docs: Enhance license linking --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef1bd862..1528033d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ uvx mcpo --port 8000 --api-key "top-secret" -- uvx mcp-server-time --local-timez That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema β€” test it live at [http://localhost:8000/docs](http://localhost:8000/docs). -🀝 **To integrate with Open WebUI after launching the server, check our [docs](https://docs.openwebui.com/openapi-servers/open-webui/).** +🀝 **To integrate with Open WebUI after launching the server, check our [docs](https://docs.openwebui.com/features/plugin/tools/openapi-servers/open-webui/).** ### 🌐 Serving Under a Subpath (`--root-path`) @@ -244,7 +244,7 @@ To contribute or run tests locally: ## πŸͺͺ License -MIT +[MIT LICENSE](https://github.com/open-webui/mcpo/blob/main/LICENSE) ## 🀝 Contributing