Original PR: https://github.com/open-webui/open-webui/pull/16141 Author: @BorenTsaiAMD Created: 7/30/2025 Status: ❌ Closed
Base: main ← Head: Integrate-External-Tool-To-Function
main
Integrate-External-Tool-To-Function
b731c64
a088bb8
7779a25
10afdfb
7132de6
828bb66
3a7bb84
2d82aef
a4fed4d
8608e08
91 files changed (+6095 additions, -502 deletions)
➕ .devcontainer/devcontainer.json (+82 -0) 📝 .gitignore (+5 -0) ➕ .vscode/Microsoft.PowerShell_profile.ps1 (+14 -0) ➕ .vscode/launch.json (+35 -0) 📝 Dockerfile (+21 -2) 📝 LICENSE (+2 -2) 📝 README.md (+42 -35) 📝 backend/open_webui/config.py (+1 -1) 📝 backend/open_webui/env.py (+3 -3) 📝 backend/open_webui/functions.py (+3 -1) 📝 backend/open_webui/main.py (+8 -7) 📝 backend/open_webui/models/auths.py (+1 -1) 📝 backend/open_webui/models/groups.py (+98 -10) 📝 backend/open_webui/routers/auths.py (+43 -3) ➕ backend/open_webui/services/group_sync_service.py (+392 -0) 📝 backend/open_webui/utils/access_control.py (+111 -77) 📝 backend/open_webui/utils/oauth.py (+14 -0) 📝 backend/open_webui/utils/tools.py (+2 -0) 📝 backend/requirements.txt (+163 -77) 📝 backend/start_windows.bat (+8 -2)
.devcontainer/devcontainer.json
.gitignore
.vscode/Microsoft.PowerShell_profile.ps1
.vscode/launch.json
Dockerfile
LICENSE
README.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/models/auths.py
backend/open_webui/models/groups.py
backend/open_webui/routers/auths.py
backend/open_webui/services/group_sync_service.py
backend/open_webui/utils/access_control.py
backend/open_webui/utils/oauth.py
backend/open_webui/utils/tools.py
backend/requirements.txt
backend/start_windows.bat
...and 71 more files
https://datar-ai.atlassian.net/browse/ACP-3750
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16141
Author: @BorenTsaiAMD
Created: 7/30/2025
Status: ❌ Closed
Base:
main← Head:Integrate-External-Tool-To-Function📝 Commits (10+)
b731c64feat: Add local MCP server integration for tool registration, discovery, and invocation in Open WebUIa088bb8feat: Add product requirements document for local MCP tool integration in Open WebUI7779a25Create GroupPRD.md10afdfbUpdate PRD7132de6feat: Enhance tool registration documentation for external OpenAPI Tool Servers and internal Python tools828bb66docs: Update documentation for local MCP tool integration and clarify tool invocation processes3a7bb84docs: Update PRD writing guidelines to enhance clarity, completeness, and error handling strategies2d82aefEnhance tool registration documentation and introduce mcpo READMEa4fed4dfeat: Enhance local tool integration by ensuring isolation in multi-user environments8608e08feat: implement group synchronization service for user login📊 Changes
91 files changed (+6095 additions, -502 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+82 -0)📝
.gitignore(+5 -0)➕
.vscode/Microsoft.PowerShell_profile.ps1(+14 -0)➕
.vscode/launch.json(+35 -0)📝
Dockerfile(+21 -2)📝
LICENSE(+2 -2)📝
README.md(+42 -35)📝
backend/open_webui/config.py(+1 -1)📝
backend/open_webui/env.py(+3 -3)📝
backend/open_webui/functions.py(+3 -1)📝
backend/open_webui/main.py(+8 -7)📝
backend/open_webui/models/auths.py(+1 -1)📝
backend/open_webui/models/groups.py(+98 -10)📝
backend/open_webui/routers/auths.py(+43 -3)➕
backend/open_webui/services/group_sync_service.py(+392 -0)📝
backend/open_webui/utils/access_control.py(+111 -77)📝
backend/open_webui/utils/oauth.py(+14 -0)📝
backend/open_webui/utils/tools.py(+2 -0)📝
backend/requirements.txt(+163 -77)📝
backend/start_windows.bat(+8 -2)...and 71 more files
📄 Description
https://datar-ai.atlassian.net/browse/ACP-3750
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.