Commit Graph

  • 105063963d Merge pull request #174 from bipedalBit/fix-circular-schema-ref-exception dev Tim Jaeryang Baek 2025-06-09 01:53:50 +04:00
  • 41fa151631 fix: return to break loop of $ref in schema, avoid some case of Custom-field-not-found exception. BipedalBit 2025-06-07 01:18:47 +08:00
  • 4758d30f6c Merge pull request #140 from open-webui/dev main v0.0.15 Tim Jaeryang Baek 2025-06-06 21:03:13 +04:00
  • 919c18719c doc: changelog Timothy Jaeryang Baek 2025-06-06 21:03:04 +04:00
  • 663f7312bb Merge pull request #162 from 021gink/graceful-uvicorn-shutdown Tim Jaeryang Baek 2025-06-06 20:31:24 +04:00
  • 3fec81d363 Merge pull request #167 from eric68668/main Tim Jaeryang Baek 2025-06-06 20:29:48 +04:00
  • 88de3caef8 Merge pull request #170 from 2underscores/fix-leading-underscore-parameters Tim Jaeryang Baek 2025-06-06 20:29:30 +04:00
  • 0d93fef279 rm debug logs 2underscores 2025-06-05 22:19:36 +10:00
  • 93297c9bc0 Abstracted out alias checks and creation 2underscores 2025-06-05 22:02:11 +10:00
  • 1953ace032 Fix: Handle parameter names with leading underscores in Pydantic models - Add field aliasing for parameters starting with '__' (e.g., __top, __filter) - Apply fix to both top-level and nested object properties - Use by_alias=True in model_dump to preserve original parameter names for MCP calls - Prevents Pydantic v2 NameError - Enables compatibility with Microsoft 365 MCP server and other OData-based APIs - Fixes #160 2underscores 2025-06-05 09:31:12 +10:00
  • dc4c4abe08 feat: headers support Timothy Jaeryang Baek 2025-06-04 19:57:13 +04:00
  • 47888425e2 Print MCP exception stacktrace 文龙 2025-05-29 11:05:20 +08:00
  • a33ab53331 Merge pull request #161 from KyleF0X/fix-smithery-authentication Tim Jaeryang Baek 2025-05-28 23:36:17 +04:00
  • 101c513aeb Gracefully shutdown uvicorn.Server on task cancellation in run() A i 2025-05-28 21:50:42 +08:00
  • 438395c768 fix: Enable environment variable inheritance for Smithery cloud services authentication KyleF0X 2025-05-28 13:06:53 +10:00
  • ee22e46abb Merge pull request #146 from rkconsulting/issue#142-server-instructions Tim Jaeryang Baek 2025-05-16 17:22:52 +04:00
  • db10c1c807 [add] support for mcp server instructions rkirscht 2025-05-16 13:00:06 +02:00
  • ccee740539 Merge pull request #136 from taylorwilsdon/issues/73 Tim Jaeryang Baek 2025-05-15 13:30:40 +04:00
  • 27af7a6f22 Merge pull request #135 from taylorwilsdon/issues/73 Tim Jaeryang Baek 2025-05-15 13:29:33 +04:00
  • ee5c129de6 add sse_read_timeout=None back Taylor Wilsdon 2025-05-14 17:50:03 -04:00
  • c34e4c55e5 Merge pull request #131 from open-webui/dev v0.0.14 Tim Jaeryang Baek 2025-05-11 23:59:26 +04:00
  • ebcd3e1e7c fix Timothy Jaeryang Baek 2025-05-11 23:59:09 +04:00
  • 157cab9025 Update pyproject.toml Timothy Jaeryang Baek 2025-05-11 23:58:47 +04:00
  • 0fd1f187c1 Merge pull request #130 from open-webui/dev Tim Jaeryang Baek 2025-05-11 23:42:59 +04:00
  • 8802b467ce refac Timothy Jaeryang Baek 2025-05-11 23:41:00 +04:00
  • 1356fee991 Merge pull request #129 from taylorwilsdon/add_streamable_http Tim Jaeryang Baek 2025-05-11 23:31:54 +04:00
  • 0cdb378d9a bump packages Taylor Wilsdon 2025-05-11 15:28:06 -04:00
  • 7534c34dad Update pyproject.toml Taylor Wilsdon 2025-05-11 15:19:28 -04:00
  • 5abf0d3634 consolidate startup logging Taylor Wilsdon 2025-05-11 15:14:59 -04:00
  • d23bfbf4fb fix duplicate key issue for ssl_keyfile Taylor Wilsdon 2025-05-11 15:04:48 -04:00
  • 70f4e64b28 update changelog + readme Taylor Wilsdon 2025-05-11 13:50:48 -04:00
  • 2be873eee1 clean up + trim trailing whitepsace Taylor Wilsdon 2025-05-11 13:48:29 -04:00
  • cd6ea93224 Add streamable http support Taylor Wilsdon 2025-05-11 13:48:22 -04:00
  • e37d0ebd27 Merge pull request #108 from open-webui/dev v0.0.13 Tim Jaeryang Baek 2025-04-30 22:53:11 -07:00
  • df48224ab6 chore: bump Timothy Jaeryang Baek 2025-05-01 09:52:59 +04:00
  • 4c948e2b51 refac Timothy Jaeryang Baek 2025-04-30 16:00:10 +04:00
  • fe95c6a6fa refac: substandard code Timothy Jaeryang Baek 2025-04-30 13:55:20 +04:00
  • 1566a34c9c Merge pull request #105 from JinY0ung-Shin/main Tim Jaeryang Baek 2025-04-30 02:48:08 -07:00
  • 780dd93080 Merge branch 'dev' into main JinY0ung-Shin 2025-04-28 20:53:39 +09:00
  • 19f18b13c5 Merge pull request #96 from cutekibry/fix-union-type Tim Jaeryang Baek 2025-04-28 02:54:32 -07:00
  • 6f04974d5d Merge branch 'dev' into main JinY0ung-Shin 2025-04-28 14:49:49 +09:00
  • 464d886673 Support Custom basemode and output schema JinY0ung-Shin 2025-04-28 14:29:17 +09:00
  • e392df0763 Support Custom basemode and output schema JinY0ung-Shin 2025-04-28 14:28:49 +09:00
  • 603327c853 feat: support AnyOf and Null Tsukimaru Oshawott 2025-04-24 17:50:25 +08:00
  • 393f2e724b Merge pull request #83 from alpha-pet/feat-extend-api-key-protection Tim Jaeryang Baek 2025-04-19 11:38:40 -07:00
  • 9d3e34bfa9 feat: implement option to make authentication required to access documentation and spec Thomas Rehn 2025-04-17 16:23:52 +02:00
  • 46fc6f34d9 Merge pull request #82 from alpha-pet/feat-union-type Tim Jaeryang Baek 2025-04-17 12:50:37 -07:00
  • ec4524ee22 feat: Support mixed types Thomas Rehn 2025-04-17 16:15:10 +02:00
  • 4ad458f868 Merge pull request #75 from open-webui/dev v0.0.12 Tim Jaeryang Baek 2025-04-14 02:16:02 -07:00
  • 64e41d1058 chore: bump Timothy Jaeryang Baek 2025-04-14 02:15:52 -07:00
  • 4d1ef552ba Merge pull request #74 from lowlyocean/fix_sse_timeout Tim Jaeryang Baek 2025-04-13 22:00:20 -07:00
  • fb3290fce9 Disable sse_read_timeout to prevent errors after 5 min of inactivity Daniel Nowak 2025-04-14 00:43:23 -04:00
  • f937a1d213 Merge pull request #71 from open-webui/dev Tim Jaeryang Baek 2025-04-12 19:36:14 -07:00
  • fad013e086 doc: readme Timothy Jaeryang Baek 2025-04-12 19:36:00 -07:00
  • 3b5f4fe17e Merge pull request #65 from open-webui/dev v0.0.11 Tim Jaeryang Baek 2025-04-12 12:24:25 -07:00
  • 6d1b8829bf doc: changelog Timothy Jaeryang Baek 2025-04-12 12:24:16 -07:00
  • 650912c5ee doc: readme Timothy Jaeryang Baek 2025-04-12 12:19:30 -07:00
  • 77fbb9a727 refac Timothy Jaeryang Baek 2025-04-12 12:12:55 -07:00
  • d1b9f7182d Merge pull request #69 from nohaz-h/feature/sse-mcp-server-support Tim Jaeryang Baek 2025-04-12 11:57:06 -07:00
  • 6fbc97e506 Added ability to connect to SSE MCP server Azam Janah 2025-04-12 08:15:45 +08:00
  • 917a4f57ce Update README.md Timothy Jaeryang Baek 2025-04-10 19:01:56 -07:00
  • e05e4202eb refac Timothy Jaeryang Baek 2025-04-10 19:01:31 -07:00
  • 96047bc297 Merge pull request #53 from open-webui/dev v0.0.10 Tim Jaeryang Baek 2025-04-10 13:16:11 -07:00
  • bce2e10426 chore: bump Timothy Jaeryang Baek 2025-04-10 13:16:02 -07:00
  • 93caf158c5 Merge pull request #63 from bmen25124/error_handling Tim Jaeryang Baek 2025-04-10 11:43:02 -07:00
  • 566c308d05 Removed ToolResponse bmen25124 2025-04-10 21:35:46 +03:00
  • 8f8cd406dc Added proper HTTP exceptions bmen25124 2025-04-10 21:29:29 +03:00
  • 9c7d91cf3a fix Timothy Jaeryang Baek 2025-04-10 11:27:49 -07:00
  • d46803d427 Improved error handling, fixed couple of errors bmen25124 2025-04-10 20:45:07 +03:00
  • 2c2c46eb30 refac Timothy Jaeryang Baek 2025-04-10 09:40:59 -07:00
  • 3941420630 refac Timothy Jaeryang Baek 2025-04-10 09:38:08 -07:00
  • 6e05f1c56f feat: --env-path support Timothy Jaeryang Baek 2025-04-10 09:27:41 -07:00
  • f25a6fbb9a Merge pull request #59 from bmen25124/handle_object_array_nested_types Tim Jaeryang Baek 2025-04-09 10:54:10 -07:00
  • 637dc48281 Updated dev dependencies bmen25124 2025-04-09 20:01:29 +03:00
  • 9cbfcd49b9 Resolve "object" and "array" types bmen25124 2025-04-09 19:18:05 +03:00
  • 292059ee5e refac: server path url in docs Timothy Jaeryang Baek 2025-04-08 19:01:16 -07:00
  • a6b5d5e9b0 refac Timothy Jaeryang Baek 2025-04-06 19:02:59 -07:00
  • 0897e54116 refac Timothy Jaeryang Baek 2025-04-06 18:33:56 -07:00
  • 4063d352fd fix: --env option Timothy Jaeryang Baek 2025-04-06 18:32:30 -07:00
  • 8c8a35e07e Merge pull request #42 from open-webui/dev v0.0.9 Timothy Jaeryang Baek 2025-04-06 18:24:00 -07:00
  • 8330223d19 chore: bump Timothy Jaeryang Baek 2025-04-06 18:23:35 -07:00
  • 17e858af4d doc: changelog Timothy Jaeryang Baek 2025-04-06 18:22:31 -07:00
  • c250341864 refac: --path_prefix Timothy Jaeryang Baek 2025-04-06 18:20:47 -07:00
  • 4c3486175c doc: readme Timothy Jaeryang Baek 2025-04-06 18:06:29 -07:00
  • 7785b608c9 refac Timothy Jaeryang Baek 2025-04-06 17:59:39 -07:00
  • 45c474e0f0 Update Dockerfile Timothy Jaeryang Baek 2025-04-06 17:54:59 -07:00
  • 8b41671bdd feat: dockerfile Timothy Jaeryang Baek 2025-04-06 17:52:23 -07:00
  • 334089b406 refac Timothy Jaeryang Baek 2025-04-06 15:05:00 -07:00
  • 615c333e7f Merge pull request #52 from AlvinNorin/feat/mcp-parameterless-tools Timothy Jaeryang Baek 2025-04-06 15:04:16 -07:00
  • 81e095b5d7 Handle empty input schemas and add support for no-argument tool endpoints AlvinNorin 2025-04-06 20:04:14 +02:00
  • e52410714f Merge pull request #49 from MHugonKaliop/feat/add-prefix-from-discussion-24 Timothy Jaeryang Baek 2025-04-04 22:17:09 -07:00
  • c1c82c3df0 merge final correction Your Full Name 2025-04-04 20:08:32 +02:00
  • ce81196fc2 finished renaming of prefix Your Full Name 2025-04-04 20:07:18 +02:00
  • 20d2e91bf9 Merge branch 'dev' into feat/add-prefix-from-discussion-25 Your Full Name 2025-04-04 20:05:18 +02:00
  • 12b61f4ed7 renamed prefix to path_prefix Your Full Name 2025-04-04 19:49:18 +02:00
  • d74e1ceeef added usage of the new parameter Your Full Name 2025-04-04 18:02:44 +02:00
  • 6c003f8bef As discussed (discussions/24), this new parameter 'prefix' adds an optional prefix to the routes of the services Your Full Name 2025-04-04 17:54:19 +02:00
  • 124e95385d Merge pull request #44 from dfanr/feature-add-links-for-docs Timothy Jaeryang Baek 2025-04-04 07:34:24 -07:00
  • 9854e48205 When loading multiple MCP Servers from config file, add links jumping to tool's docs from root docs, also add link to jump back. 旺 杜 2025-04-04 15:13:54 +08:00
  • be48a688f9 Merge pull request #41 from chizukicn/fix/no-parms Timothy Jaeryang Baek 2025-04-03 12:30:33 -07:00