[PR #53] [MERGED] 0.0.10 #148

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

8 files changed (+599 additions, -98 deletions)

View changed files

📝 CHANGELOG.md (+12 -0)
📝 README.md (+20 -0)
📝 pyproject.toml (+7 -1)
📝 src/mcpo/__init__.py (+21 -9)
📝 src/mcpo/main.py (+26 -88)
src/mcpo/utils/main.py (+235 -0)
tests/test_main.py (+226 -0)
📝 uv.lock (+52 -0)

📄 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/53 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/6/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`4063d35`](https://github.com/open-webui/mcpo/commit/4063d352fdbe52f1dd109546e1bdafebc1f047a3) fix: --env option - [`0897e54`](https://github.com/open-webui/mcpo/commit/0897e541169be55d6e124ba13f593d77c0bf07b2) refac - [`a6b5d5e`](https://github.com/open-webui/mcpo/commit/a6b5d5e9b086c41fe0469bd64764a5330a1438d8) refac - [`292059e`](https://github.com/open-webui/mcpo/commit/292059ee5e3aaf7455c2f972e3923feee0439318) refac: server path url in docs - [`9cbfcd4`](https://github.com/open-webui/mcpo/commit/9cbfcd49b9ce0a98f5d4133d1b95fe8ea012faba) Resolve "object" and "array" types - [`637dc48`](https://github.com/open-webui/mcpo/commit/637dc48281b59d1a8190160bc86fedbc31ad31c4) Updated dev dependencies - [`f25a6fb`](https://github.com/open-webui/mcpo/commit/f25a6fbb9a5605b009c73a615b5cc994a99b3c36) Merge pull request #59 from bmen25124/handle_object_array_nested_types - [`6e05f1c`](https://github.com/open-webui/mcpo/commit/6e05f1c56fc6bdf20f6f89c45a11701d36a9a20c) feat: --env-path support - [`3941420`](https://github.com/open-webui/mcpo/commit/3941420630e5bf33d9ddbf02d70cad926db1a251) refac - [`2c2c46e`](https://github.com/open-webui/mcpo/commit/2c2c46eb302657ff3406e3b7e1288e73c706b150) refac ### 📊 Changes **8 files changed** (+599 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -0) 📝 `README.md` (+20 -0) 📝 `pyproject.toml` (+7 -1) 📝 `src/mcpo/__init__.py` (+21 -9) 📝 `src/mcpo/main.py` (+26 -88) ➕ `src/mcpo/utils/main.py` (+235 -0) ➕ `tests/test_main.py` (+226 -0) 📝 `uv.lock` (+52 -0) </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:07 -05:00
yindo closed this issue 2026-02-15 21:15:07 -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#148