mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #22163] issue: Inconsistent and duplicate setting for tools integrations in settings and admin panel #74251
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 @LeiliZ on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22163
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.8.7
Ollama Version (if applicable)
0.17.5
Operating System
macos Sequoia 15.7.3
Browser (if applicable)
Firefox 148.0
Confirmation
README.md.Expected Behavior
When loading the same fastmcp json file for tools "integrations" like this example:
[{"type":"mcp","url":"http://127.0.0.1:8002/mcp","spec_type":"url","spec":"","path":"openapi.json","auth_type":"none","key":"","info":{"id":"1","name":"weather","description":"get weather and time"}}]The connection works (and the tools work) when they are imported to:
admin panel - settings - integrations
The same behavior is expected when they are imported to:
settings - integrations
Actual Behavior
However, an error message of
"OPTIONS /mcp/ HTTP/1.1" 307 Temporary Redirectoccurs when they are imported to:settings - integrations
Steps to Reproduce
Logs & Screenshots
INFO: Uvicorn running on http://127.0.0.1:8002 (Press CTRL+C to quit)
INFO: 127.0.0.1:58402 - "OPTIONS /mcp/ HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:58453 - "OPTIONS /mcp/ HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:58460 - "OPTIONS /mcp/ HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:58463 - "OPTIONS / HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:58465 - "OPTIONS /mcp/ HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:58639 - "POST / HTTP/1.1" 404 Not Found
INFO: 127.0.0.1:58641 - "POST /mcp HTTP/1.1" 200 OK
INFO: 127.0.0.1:58642 - "POST /mcp HTTP/1.1" 202 Accepted
INFO: 127.0.0.1:58643 - "GET /mcp HTTP/1.1" 200 OK
INFO: 127.0.0.1:58644 - "POST /mcp HTTP/1.1" 200 OK
INFO: 127.0.0.1:58645 - "DELETE /mcp HTTP/1.1" 200 OK
Additional Information
No response