223 Commits

Author SHA1 Message Date
Tim Baek 788ff92e52 Merge pull request #287 from open-webui/dev
0.0.20
v0.0.20
2026-02-27 21:58:04 +04:00
Timothy Jaeryang Baek f67eaf0860 chore: version bump 2026-02-27 11:57:41 -06:00
Taylor Wilsdon 1fe1228ee8 Merge pull request #266 from open-webui/issues/240
feat: add MCPConnectionManager, manage reconnects & retry on closedresourceerror
2025-12-08 09:58:24 -05:00
Taylor Wilsdon 2a8aeb1705 asyncio fix 2025-11-25 15:49:47 -05:00
Taylor Wilsdon 405355eeba added disabledTools validation and normalized list handling, guard reload handlers so it only awaits sub-app lifespans when async context mgr provided 2025-11-16 14:18:41 -05:00
Taylor Wilsdon eebf5ba504 merge 2025-11-15 18:26:23 -05:00
Taylor Wilsdon 157452ae08 add MCPConnectionManager, manage reconnects & retry on closedresourceerror 2025-10-18 15:31:38 -04:00
Tim Jaeryang Baek 91e8f94da7 Merge pull request #263 from open-webui/dev
rm ai slop
2025-10-14 16:20:41 -05:00
Timothy Jaeryang Baek e8d6c49146 rm ai slop 2025-10-14 16:19:39 -05:00
Tim Jaeryang Baek 25b219a992 Merge pull request #262 from open-webui/dev
0.0.19
v0.0.19
2025-10-14 16:19:15 -05:00
Timothy Jaeryang Baek 94e1dcd475 Update CHANGELOG.md 2025-10-14 16:18:53 -05:00
Timothy Jaeryang Baek d489c7357d fix/revert: disable header forwarding 2025-10-14 16:13:24 -05:00
Timothy Jaeryang Baek ce7b602c09 chore: dep bump 2025-10-14 15:57:27 -05:00
Tim Jaeryang Baek b91361f33b Merge pull request #261 from open-webui/dev
Update pyproject.toml
v0.0.18
2025-10-14 15:29:30 -05:00
Timothy Jaeryang Baek 9ca7b65c5b Update pyproject.toml 2025-10-14 15:29:13 -05:00
Tim Jaeryang Baek 983022bbde Merge pull request #232 from open-webui/dev
0.0.18
2025-10-14 15:23:00 -05:00
Timothy Jaeryang Baek 404a3dced3 Update CHANGELOG.md 2025-10-14 15:22:41 -05:00
Tim Jaeryang Baek 307926c400 Merge pull request #227 from krewi1/dev
feat: add support to run on different path prefix
2025-10-14 15:20:14 -05:00
Tim Jaeryang Baek 7fa6bb7834 Merge pull request #228 from chethanuk/remove-python-version
Remvoe python-version tagging since py >3.11 is supported
2025-10-14 15:18:42 -05:00
Tim Jaeryang Baek f7645ca6fc Merge branch 'dev' into remove-python-version 2025-10-14 15:18:35 -05:00
Tim Jaeryang Baek 94665cfe32 Merge pull request #246 from druellan/disabledTools
Feat: Tools can be filtered out using the `disabledTools` configuration option in the server declaration
2025-10-14 15:17:26 -05:00
Tim Jaeryang Baek cfa92068e0 Merge branch 'dev' into disabledTools 2025-10-14 15:17:07 -05:00
Timothy Jaeryang Baek 9c99c93be6 refac/fix: connection timeout set to None by default 2025-10-14 15:13:08 -05:00
Tim Jaeryang Baek e8e2f09d4c Merge pull request #253 from iann0036/fix-subapp-lifespan
fix: Initialize and track lifespans for sub-apps made during hot reload
2025-10-14 15:10:40 -05:00
Tim Jaeryang Baek 13ce3b5c2e Merge pull request #259 from diseku/feat/adjustable_log_level
feat: make log level adjustable
2025-10-14 15:08:33 -05:00
diseku 7a301cad98 feat: make log level adjustable 2025-10-09 11:03:08 +02:00
Tim Jaeryang Baek e69960b384 Merge pull request #251 from rkconsulting/issues/182/forward-client-http-headers
Feat: Add client header forwarding feature
2025-09-24 18:04:50 -05:00
Ian Mckay d88a23c804 fix: Initialize and track lifespans for sub-apps made during hot reload 2025-09-23 23:31:02 +10:00
Robert Kirscht 086ee45b39 Merge branch 'dev' into issues/182/forward-client-http-headers 2025-09-18 19:13:22 +02:00
rkirscht b50509d949 Add client header forwarding feature 2025-09-18 18:48:10 +02:00
Dario Ruellan 7bc203705c Merge branch 'dev' into disabledTools 2025-09-08 19:43:17 -03:00
Darío Ruellan 058fe25f84 Feat: adding the disabledTools feature to the changelog 2025-09-07 18:24:10 -03:00
Darío Ruellan 84b5ccec70 Feat: option for disabling individual tools from servers 2025-09-07 18:10:28 -03:00
krewi 8ca94d137b add documentation of root path 2025-09-03 13:24:57 +02:00
Tim Jaeryang Baek 47d6f7a12c Merge pull request #231 from open-webui/oauth_support
feat: OAuth Support for Streamable HTTP with Dynamic Client Registration
2025-08-12 23:25:25 +04:00
Taylor Wilsdon 282e7e5dc9 pretty callbacks 2025-08-12 12:40:12 -04:00
Taylor Wilsdon 05911d5e7c clean up callback 2025-08-12 10:43:21 -04:00
Taylor Wilsdon 141d62bf8e add oauth guide 2025-08-12 10:13:33 -04:00
Taylor Wilsdon bf4f79ba44 working oauth implementation for mcpo servers supporting dynamic client registration 2025-08-12 10:02:38 -04:00
Taylor Wilsdon 8dd71b73fb init oauth support 2025-08-12 09:47:38 -04:00
Taylor Wilsdon 0c6b408a91 Merge branch 'main' of github.com:open-webui/mcpo into dev 2025-08-11 19:37:41 -04:00
ChethanUK 2d941b715e Remvoe python-version tagging since py >3.11 is supported 2025-08-06 19:42:43 +07:00
krewi1 704b8c5c8a Add support to run on different path prefix 2025-08-04 14:57:18 +02:00
Timothy Jaeryang Baek 44ce6d05b0 Update publish.yaml 2025-08-01 18:24:51 +04:00
Timothy Jaeryang Baek c67dcb65e7 chore: publish action 2025-08-01 18:24:20 +04:00
Taylor Wilsdon b3f52e8709 Merge pull request #223 from njzydark/fix-hot-reload-symlink
fix: symlink handling in config watcher to update path on modification
2025-07-31 19:14:19 -04:00
Taylor Wilsdon d202ba089b Merge branch 'main' of github.com:open-webui/mcpo into fix-hot-reload-symlink 2025-07-31 19:10:36 -04:00
Taylor Wilsdon 99693392a8 Merge branch 'dev' of github.com:open-webui/mcpo into fix-hot-reload-symlink 2025-07-31 19:10:27 -04:00
Taylor Wilsdon 757e4fea19 Merge pull request #224 from open-webui/raise_and_alias
Raise and alias
v0.0.17
2025-07-31 19:01:19 -04:00
Taylor Wilsdon 354c07b444 bump version fix release script 2025-07-31 18:58:47 -04:00