-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom MCP Server & many servers #9
Comments
Hey @lnvestor , oops - yeah, you shouldn’t be getting this error.
Thanks! |
by the way, maybe you could try using another model from another provider? I think the error ("input_schema does not support oneOf, allOf, or anyOf at the top level") might be actually valid and OpenAI or Anthropic might not necessary support this feature of OpenAPI spec. Here’s some context: https://community.openai.com/t/oneof-allof-usage-has-problems-with-strict-mode/966047/5 https://community.openai.com/t/custom-gpts-action-openapi-3-0-specification-limited-support-oneof-anyof-allof/581015/8 If your server is custom MCP, you might need to transform your OpenAPI schema response into something simpler - I know oneOf can be simplified with some parsers/transformers as we do something like that when importing custom OpenAPI into Superinteface as function import. |
@Nedomas Thanks for your answer, yeah i have pre difinded servers and i build custom ones as well, |
Hi
is there a way anything on the config file all MCP tools should be bridged in one sse, also when i try custom MCP i get this error
Thread Run failed: 400 {"type":"error","error":{"type":"invalid_request_error","message":"tools.0.input_schema: input_schema does not support oneOf, allOf, or anyOf at the top level"}}
Thanks
The text was updated successfully, but these errors were encountered: