mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-21 11:15:37 -04:00
[PR #221] [CLOSED] fix: pass schema def #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/mcpo/pull/221
Author: @phi-friday
Created: 7/31/2025
Status: ❌ Closed
Base:
dev← Head:fix-schema-defs📝 Commits (2)
a388eddfix: pass schema def3b877fafix: pass schema def📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
src/mcpo/utils/main.py(+7 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Fixed an issue where
schema_defswas not being passed when_process_schema_propertywas called recursively. This caused errors due to missingschema_defsin those recursive calls.Fixed
When calling
_process_schema_propertyrecursively, theschema_defsargument was not being passed. This caused the following assertion to fail:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.