[PR #175] [MERGED] 0.0.16 #186

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/175
Author: @tjbck
Created: 6/8/2025
Status: Merged
Merged: 7/2/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (5)

  • 41fa151 fix: return to break loop of $ref in schema, avoid some case of Custom-field-not-found exception.
  • 1050639 Merge pull request #174 from bipedalBit/fix-circular-schema-ref-exception
  • 3b9f6ac enh: logging
  • a5f6222 refac/fix: endpoint return type
  • fb96765 doc: changelog

📊 Changes

6 files changed (+58 additions, -15 deletions)

View changed files

📝 CHANGELOG.md (+11 -0)
📝 pyproject.toml (+1 -1)
📝 src/mcpo/main.py (+1 -1)
src/mcpo/tests/__init__.py (+0 -0)
📝 src/mcpo/tests/test_main.py (+15 -0)
📝 src/mcpo/utils/main.py (+30 -13)

📄 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/175 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`41fa151`](https://github.com/open-webui/mcpo/commit/41fa15163174fadc0c3a33762b13e27851047a0c) fix: return to break loop of $ref in schema, avoid some case of Custom-field-not-found exception. - [`1050639`](https://github.com/open-webui/mcpo/commit/105063963dacd0cf09dde321db701aeb7fe3098e) Merge pull request #174 from bipedalBit/fix-circular-schema-ref-exception - [`3b9f6ac`](https://github.com/open-webui/mcpo/commit/3b9f6acedb9fbbd40444b6dc417dda86eec9c8c8) enh: logging - [`a5f6222`](https://github.com/open-webui/mcpo/commit/a5f62225fd9a48b5b7f5d3cd018a5b75b02128bf) refac/fix: endpoint return type - [`fb96765`](https://github.com/open-webui/mcpo/commit/fb9676525b58643bf81cea26a3143e2d8923984a) doc: changelog ### 📊 Changes **6 files changed** (+58 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+11 -0) 📝 `pyproject.toml` (+1 -1) 📝 `src/mcpo/main.py` (+1 -1) ➕ `src/mcpo/tests/__init__.py` (+0 -0) 📝 `src/mcpo/tests/test_main.py` (+15 -0) 📝 `src/mcpo/utils/main.py` (+30 -13) </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:15 -05:00
yindo closed this issue 2026-02-15 21:15:15 -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#186