mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #16141] [CLOSED] ACP-3740 (Open-WebUI) Pipe Function 新增功能: 可自動接上User在UI上選的tools #39675
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?
📋 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.