Timothy Jaeryang Baek
615c333e7f
Merge pull request #52 from AlvinNorin/feat/mcp-parameterless-tools
...
feat: Add spec-compliant support for parameterless MCP tools
2025-04-06 15:04:16 -07:00
AlvinNorin
81e095b5d7
Handle empty input schemas and add support for no-argument tool endpoints
...
- Check for schema properties existence before processing parameters
- Create separate endpoint handlers for tools with and without input arguments
- Properly handle cases where tools require no parameters
Before this fix, the server would fail to start when MCP servers supplied tools that didn't take input arguments. With the fix, mcpo can now work with @jetbrains/mcp-proxy.
2025-04-06 20:04:14 +02:00
Timothy Jaeryang Baek
e52410714f
Merge pull request #49 from MHugonKaliop/feat/add-prefix-from-discussion-24
2025-04-04 22:17:09 -07:00
Your Full Name
c1c82c3df0
merge final correction
2025-04-04 20:08:32 +02:00
Your Full Name
ce81196fc2
finished renaming of prefix
2025-04-04 20:07:18 +02:00
Your Full Name
20d2e91bf9
Merge branch 'dev' into feat/add-prefix-from-discussion-25
2025-04-04 20:05:18 +02:00
Your Full Name
12b61f4ed7
renamed prefix to path_prefix
2025-04-04 19:49:18 +02:00
Your Full Name
d74e1ceeef
added usage of the new parameter
2025-04-04 18:02:44 +02:00
Your Full Name
6c003f8bef
As discussed (discussions/24), this new parameter 'prefix' adds an optional prefix to the routes of the services
2025-04-04 17:54:19 +02:00
Timothy Jaeryang Baek
124e95385d
Merge pull request #44 from dfanr/feature-add-links-for-docs
...
feat: optimizing /docs and /tool/docs page
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.
...
for example:
http://127.0.0.1:8000/docs
```markdown
Automatically generated API from MCP Tool Schemas
available tools:
- memory
- time
```
http://127.0.0.1:8000/memory/docs
```markdown
memory MCP Server
- back to tool list
```
2025-04-04 15:13:54 +08:00
Timothy Jaeryang Baek
be48a688f9
Merge pull request #41 from chizukicn/fix/no-parms
...
fix: resolve mcpo startup fail when mcp tool parameters are missing
2025-04-03 12:30:33 -07:00
chizukicn
b931e26ebb
fix: resolve mcpo startup fail when mcp tool parameters are missing
2025-04-04 01:39:40 +08:00
Timothy Jaeryang Baek
f1b5fbd52c
Merge pull request #38 from open-webui/dev
...
Release / release (push) Has been cancelled
0.0.8
2025-04-03 09:48:51 -07:00
Timothy Jaeryang Baek
65a487101b
doc: changelog
2025-04-03 09:48:26 -07:00
Timothy Jaeryang Baek
55ef297f54
Merge pull request #35 from rgaricano/dev
...
FIX: Enable SSL option
2025-04-03 09:46:14 -07:00
Timothy Jaeryang Baek
738cfb7a97
Update README.md
2025-04-03 09:45:52 -07:00
_00_
dc9e2cf7ba
FIX: Enable SSL option
...
FIX: Enable SSL option
......................................
Added SSL option to uvicorn run.
Added optional params: --ssl-certfile="certfile_path" & --ssl-keyfile="keyfile_path"
2025-04-03 11:20:30 +02:00
Timothy Jaeryang Baek
e55975a876
Merge pull request #32 from open-webui/dev
...
Release / release (push) Waiting to run
0.0.7
2025-04-03 00:47:56 -07:00
Timothy Jaeryang Baek
85b893908d
doc: changelog
2025-04-03 00:47:40 -07:00
Timothy Jaeryang Baek
c55ecae887
refac
2025-04-02 23:48:53 -07:00
Timothy Jaeryang Baek
074a8d4a0e
feat: image content handling
2025-04-02 23:48:06 -07:00
Timothy Jaeryang Baek
954910ec69
Merge pull request #30 from open-webui/dev
...
Release / release (push) Waiting to run
refac
2025-04-02 21:48:17 -07:00
Timothy Jaeryang Baek
74dd291192
refac
2025-04-02 21:48:00 -07:00
Timothy Jaeryang Baek
a47b7afea0
Merge pull request #29 from open-webui/dev
...
doc: readme
2025-04-02 21:47:27 -07:00
Timothy Jaeryang Baek
2820dd57e2
doc: readme
2025-04-02 21:47:14 -07:00
Timothy Jaeryang Baek
9c00c2e721
Merge pull request #27 from open-webui/dev
...
doc: readme
2025-04-02 17:10:54 -07:00
Timothy Jaeryang Baek
712592c01c
doc: readme
2025-04-02 17:10:41 -07:00
Timothy Jaeryang Baek
ae06f3a863
Merge pull request #26 from open-webui/dev
...
refac
2025-04-02 17:03:14 -07:00
Timothy Jaeryang Baek
d9b56a5222
refac
2025-04-02 17:02:47 -07:00
Timothy Jaeryang Baek
89fc170a02
Merge pull request #25 from open-webui/dev
...
0.0.6
2025-04-02 16:57:53 -07:00
Timothy Jaeryang Baek
a7a113614c
Create build-release.yml
2025-04-02 16:57:34 -07:00
Timothy Jaeryang Baek
cfe78006e0
doc: changelog
2025-04-02 16:55:07 -07:00
Timothy Jaeryang Baek
2fc305af8e
feat: --api-key cli option added for auth
2025-04-02 16:45:20 -07:00
Timothy Jaeryang Baek
f9baa73cb6
chore: github
2025-04-02 16:23:50 -07:00
Timothy Jaeryang Baek
1670568e5a
feat: cors_allow_origins cli option
2025-04-02 16:17:27 -07:00
Timothy Jaeryang Baek
9bf7986f65
Merge pull request #8 from alephpiece/fix/drop-none-args
...
fix: drop none arguments
2025-04-01 13:03:24 -07:00
one
1ceaa30a0a
fix: drop none arguments
2025-04-02 02:07:01 +08:00
Timothy Jaeryang Baek
219e8d6b9f
Update README.md
2025-04-01 02:31:39 -07:00
Timothy Jaeryang Baek
6915d865db
Update README.md
2025-04-01 02:18:20 -07:00
Timothy Jaeryang Baek
d38edbe345
Update README.md
2025-03-30 22:33:00 -07:00
Timothy Jaeryang Baek
15811b0eff
Update README.md
2025-03-30 20:33:22 -07:00
Timothy Jaeryang Baek
ae7d5e82d1
Update README.md
2025-03-30 20:32:31 -07:00
Timothy Jaeryang Baek
82af7f7f36
feat: --config
support
2025-03-30 20:30:23 -07:00
Timothy Jaeryang Baek
ea8d7e76af
Update README.md
2025-03-30 05:04:56 -07:00
Timothy Jaeryang Baek
bb5b207d8d
Update README.md
2025-03-30 04:36:25 -07:00
Timothy Jaeryang Baek
9e23bf872f
Update README.md
2025-03-30 04:35:09 -07:00
Timothy Jaeryang Baek
cedd15796b
doc: readme
2025-03-30 04:31:22 -07:00
Timothy Jaeryang Baek
4403c3d9a9
feat: mcpo cli
2025-03-30 04:24:20 -07:00
Timothy Jaeryang Baek
8576a4a6f3
chore: gitignore
2025-03-30 03:04:25 -07:00