[PR #130] [MERGED] 0.0.14 #173

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/130
Author: @tjbck
Created: 5/11/2025
Status: Merged
Merged: 5/11/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (9)

  • cd6ea93 Add streamable http support
  • 2be873e clean up + trim trailing whitepsace
  • 70f4e64 update changelog + readme
  • d23bfbf fix duplicate key issue for ssl_keyfile
  • 5abf0d3 consolidate startup logging
  • 7534c34 Update pyproject.toml
  • 0cdb378 bump packages
  • 1356fee Merge pull request #129 from taylorwilsdon/add_streamable_http
  • 8802b46 refac

📊 Changes

6 files changed (+435 additions, -270 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 README.md (+31 -1)
📝 pyproject.toml (+2 -1)
📝 src/mcpo/__init__.py (+1 -1)
📝 src/mcpo/main.py (+116 -9)
📝 uv.lock (+279 -258)

📄 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/130 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`cd6ea93`](https://github.com/open-webui/mcpo/commit/cd6ea93224c2400fd8f6098b478d505965c7c921) Add streamable http support - [`2be873e`](https://github.com/open-webui/mcpo/commit/2be873eee1c5b3412d744579900c168c09ff3b2a) clean up + trim trailing whitepsace - [`70f4e64`](https://github.com/open-webui/mcpo/commit/70f4e64b28db9d95fb63dc2907114c0522ee4809) update changelog + readme - [`d23bfbf`](https://github.com/open-webui/mcpo/commit/d23bfbf4fbf2bb5df5025ee6215d43c5f0921fcf) fix duplicate key issue for ssl_keyfile - [`5abf0d3`](https://github.com/open-webui/mcpo/commit/5abf0d36347a54ca18fd708504145d2bd18acc03) consolidate startup logging - [`7534c34`](https://github.com/open-webui/mcpo/commit/7534c34dad3ae98b6e3ecb1cf2dff09a5fe65b35) Update pyproject.toml - [`0cdb378`](https://github.com/open-webui/mcpo/commit/0cdb378d9a207520743fb9d20ce97d1a900b4af3) bump packages - [`1356fee`](https://github.com/open-webui/mcpo/commit/1356fee9914f5a813c5a0ba363a3aecee0eb8af6) Merge pull request #129 from taylorwilsdon/add_streamable_http - [`8802b46`](https://github.com/open-webui/mcpo/commit/8802b467ceee3f688e3a6fbd702bab83f2b124f3) refac ### 📊 Changes **6 files changed** (+435 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `README.md` (+31 -1) 📝 `pyproject.toml` (+2 -1) 📝 `src/mcpo/__init__.py` (+1 -1) 📝 `src/mcpo/main.py` (+116 -9) 📝 `uv.lock` (+279 -258) </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:12 -05:00
yindo closed this issue 2026-02-15 21:15:12 -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#173