[PR #42] [MERGED] 0.0.9 #142

Closed
opened 2026-02-15 21:15:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/42
Author: @tjbck
Created: 4/3/2025
Status: Merged
Merged: 4/6/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • b931e26 fix: resolve mcpo startup fail when mcp tool parameters are missing
  • be48a68 Merge pull request #41 from chizukicn/fix/no-parms
  • 9854e48 When loading multiple MCP Servers from config file, add links jumping to tool's docs from root docs, also add link to jump back.
  • 124e953 Merge pull request #44 from dfanr/feature-add-links-for-docs
  • 6c003f8 As discussed (discussions/24), this new parameter 'prefix' adds an optional prefix to the routes of the services
  • d74e1ce added usage of the new parameter
  • 12b61f4 renamed prefix to path_prefix
  • 20d2e91 Merge branch 'dev' into feat/add-prefix-from-discussion-25
  • ce81196 finished renaming of prefix
  • c1c82c3 merge final correction

📊 Changes

8 files changed (+326 additions, -55 deletions)

View changed files

.github/workflows/docker-build.yaml (+165 -0)
📝 CHANGELOG.md (+8 -0)
Dockerfile (+42 -0)
📝 README.md (+6 -0)
📝 pyproject.toml (+2 -1)
📝 src/mcpo/__init__.py (+16 -1)
📝 src/mcpo/main.py (+84 -52)
📝 uv.lock (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/mcpo/pull/42 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b931e26`](https://github.com/open-webui/mcpo/commit/b931e26ebb7c2c475bd195a21247e6e96e4d331c) fix: resolve mcpo startup fail when mcp tool parameters are missing - [`be48a68`](https://github.com/open-webui/mcpo/commit/be48a688f9449e10df9132519a7d087d50b7e736) Merge pull request #41 from chizukicn/fix/no-parms - [`9854e48`](https://github.com/open-webui/mcpo/commit/9854e482057e530822d5e8856810e71dce5a8b70) When loading multiple MCP Servers from config file, add links jumping to tool's docs from root docs, also add link to jump back. - [`124e953`](https://github.com/open-webui/mcpo/commit/124e95385dd51028686b2a088e8347e089d6a3e3) Merge pull request #44 from dfanr/feature-add-links-for-docs - [`6c003f8`](https://github.com/open-webui/mcpo/commit/6c003f8bef80d9c7bc421694fe1125bb987cb171) As discussed (discussions/24), this new parameter 'prefix' adds an optional prefix to the routes of the services - [`d74e1ce`](https://github.com/open-webui/mcpo/commit/d74e1ceeef14d6abf8e399b8a7875b61e21d01c7) added usage of the new parameter - [`12b61f4`](https://github.com/open-webui/mcpo/commit/12b61f4ed720042b56ba6d53bb1d6921e2ecb4d6) renamed prefix to path_prefix - [`20d2e91`](https://github.com/open-webui/mcpo/commit/20d2e91bf94da20820e1def6b92ca818879c33e2) Merge branch 'dev' into feat/add-prefix-from-discussion-25 - [`ce81196`](https://github.com/open-webui/mcpo/commit/ce81196fc2a4391430246604251de3a4e2d75978) finished renaming of prefix - [`c1c82c3`](https://github.com/open-webui/mcpo/commit/c1c82c3df0a578ae581cf96a4a773f2ad19b0743) merge final correction ### 📊 Changes **8 files changed** (+326 additions, -55 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker-build.yaml` (+165 -0) 📝 `CHANGELOG.md` (+8 -0) ➕ `Dockerfile` (+42 -0) 📝 `README.md` (+6 -0) 📝 `pyproject.toml` (+2 -1) 📝 `src/mcpo/__init__.py` (+16 -1) 📝 `src/mcpo/main.py` (+84 -52) 📝 `uv.lock` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:15:06 -05:00
yindo closed this issue 2026-02-15 21:15:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/mcpo#142