mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-24 13:15:32 -04:00
How can I add CORS settings? #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wedobetter on GitHub (Apr 1, 2025).
Originally assigned to: @tjbck on GitHub.
Please document how to configure CORS settings.
@tjbck commented on GitHub (Apr 2, 2025):
--cors-allow-originsflag added with1670568e5ausage:
uvx mcpo --port 8000 --cors-allow-origins "*" -- your_mcp_server_command@tjbck commented on GitHub (Apr 2, 2025):
Released with 0.0.6
@mobilestack commented on GitHub (Apr 14, 2025):
still not working when I use it in Docker doployed on a server and access the url by ip and port.