[PR #108] [MERGED] 0.0.13 #163

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/108
Author: @tjbck
Created: 4/28/2025
Status: Merged
Merged: 5/1/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • ec4524e feat: Support mixed types
  • 46fc6f3 Merge pull request #82 from alpha-pet/feat-union-type
  • 9d3e34b feat: implement option to make authentication required to access documentation and spec
  • 393f2e7 Merge pull request #83 from alpha-pet/feat-extend-api-key-protection
  • 603327c feat: support AnyOf and Null
  • e392df0 Support Custom basemode and output schema
  • 464d886 Support Custom basemode and output schema
  • 6f04974 Merge branch 'dev' into main
  • 19f18b1 Merge pull request #96 from cutekibry/fix-union-type
  • 780dd93 Merge branch 'dev' into main

📊 Changes

7 files changed (+312 additions, -37 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 pyproject.toml (+1 -1)
📝 src/mcpo/__init__.py (+5 -0)
📝 src/mcpo/main.py (+38 -18)
📝 src/mcpo/tests/test_main.py (+87 -1)
📝 src/mcpo/utils/auth.py (+73 -1)
📝 src/mcpo/utils/main.py (+92 -16)

📄 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/108 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ec4524e`](https://github.com/open-webui/mcpo/commit/ec4524ee22edee3115380ce1c005a4cdfc103989) feat: Support mixed types - [`46fc6f3`](https://github.com/open-webui/mcpo/commit/46fc6f34d9e4472d4e961a063edbc2d1d3165371) Merge pull request #82 from alpha-pet/feat-union-type - [`9d3e34b`](https://github.com/open-webui/mcpo/commit/9d3e34bfa9e92042af1725ad9b2c90ebdc062654) feat: implement option to make authentication required to access documentation and spec - [`393f2e7`](https://github.com/open-webui/mcpo/commit/393f2e724bcf7e0c150da560e67e05d523880fdc) Merge pull request #83 from alpha-pet/feat-extend-api-key-protection - [`603327c`](https://github.com/open-webui/mcpo/commit/603327c8539f173e0b2dad5c4ac459f46c2d48e3) feat: support `AnyOf` and `Null` - [`e392df0`](https://github.com/open-webui/mcpo/commit/e392df07634735d16627af4a035cbfca81b487bb) Support Custom basemode and output schema - [`464d886`](https://github.com/open-webui/mcpo/commit/464d8866735047b4d2e8a44cdf875881e47477ed) Support Custom basemode and output schema - [`6f04974`](https://github.com/open-webui/mcpo/commit/6f04974d5dad0a9006e9a0946c2c7466dd407ede) Merge branch 'dev' into main - [`19f18b1`](https://github.com/open-webui/mcpo/commit/19f18b13c53d9099bde03f2d8ba678c0f1c375f4) Merge pull request #96 from cutekibry/fix-union-type - [`780dd93`](https://github.com/open-webui/mcpo/commit/780dd930806f34fd95eb0eca58c02fbdf206aa70) Merge branch 'dev' into main ### 📊 Changes **7 files changed** (+312 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `pyproject.toml` (+1 -1) 📝 `src/mcpo/__init__.py` (+5 -0) 📝 `src/mcpo/main.py` (+38 -18) 📝 `src/mcpo/tests/test_main.py` (+87 -1) 📝 `src/mcpo/utils/auth.py` (+73 -1) 📝 `src/mcpo/utils/main.py` (+92 -16) </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:10 -05:00
yindo closed this issue 2026-02-15 21:15:10 -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#163