mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-21 03:05:29 -04:00
[PR #232] [MERGED] 0.0.18 #208
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/mcpo/pull/232
Author: @tjbck
Created: 8/12/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
69f6e28fix: symlink handling in config watcher to update path on modification9969339Merge branch 'dev' of github.com:open-webui/mcpo into fix-hot-reload-symlinkd202ba0Merge branch 'main' of github.com:open-webui/mcpo into fix-hot-reload-symlinkb3f52e8Merge pull request #223 from njzydark/fix-hot-reload-symlink704b8c5Add support to run on different path prefix2d941b7Remvoe python-version tagging since py >3.11 is supported0c6b408Merge branch 'main' of github.com:open-webui/mcpo into dev8dd71b7init oauth supportbf4f79bworking oauth implementation for mcpo servers supporting dynamic client registration141d62badd oauth guide📊 Changes
16 files changed (+1642 additions, -449 deletions)
View changed files
📝
.gitignore(+3 -1)➖
.python-version(+0 -1)📝
CHANGELOG.md(+18 -4)➕
CLIENT_HEADER_FORWARDING.md(+151 -0)➕
OAUTH_GUIDE.md(+204 -0)📝
README.md(+72 -1)📝
pyproject.toml(+2 -2)📝
src/mcpo/__init__.py(+11 -0)📝
src/mcpo/main.py(+214 -45)📝
src/mcpo/tests/test_hot_reload.py(+13 -0)📝
src/mcpo/utils/config_watcher.py(+15 -6)➕
src/mcpo/utils/headers.py(+99 -0)📝
src/mcpo/utils/main.py(+29 -5)➕
src/mcpo/utils/oauth.py(+294 -0)➕
src/mcpo/utils/oauth_callback.html(+133 -0)📝
uv.lock(+384 -384)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.