Replies: 1 comment
-
|
I have the same issue in v0.7.2. I can reach the endpoint via browser and the /docs page, execute requests and everything, but openwebui does not want it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bonjour 👋🏻
OpenWebUI v0.6.41
I'm sorry for this very stupid question...I'm just starting out.
I can't configure a MCPO simpe, time.
A part of my docker compose:
config.json:
{ "mcpServers": { "time": { "command": "uvx", "args": ["mcp-server-time", "--local-timezone=Europe/Paris"] } } }When I start the container, the logs:
--- Server Startup Summary --- 2025-12-15 17:02:17,727 - INFO - Successfully connected to: 2025-12-15 17:02:17,727 - INFO - - time 2025-12-15 17:02:17,728 - INFO - -------------------------- INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8000/ (Press CTRL+C to quit) Starting MCP OpenAPI Proxy with config file: /app/config/config.jsonand then in OpenWebUi, I cannot configure.

Settings > External ToolsEach time I try, I have a error
Connection FailedIn MCPO logs:
In OpenWebUI logs:
I tried many configurations,
http://mcpo:8000/timewithout/time. time in functions. I tried with different tokens etc.Why It's mandatory to put username?
But I don't find...
Where is my mistake? 😭
Thanks
Beta Was this translation helpful? Give feedback.
All reactions