We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assuming host prepends its own list of tools, how are host tools handled, and also about naming conflicts are mcp tools then prioritized?
Thanks for the details
The text was updated successfully, but these errors were encountered:
The downstream tools are currently stripped here.
request.tools = []
Though you could fix this by setting the line to be
request.tools = request.tools if request.tools else []
And then checking in the call_tool function if the tool does not exist inside of bridge to forward the tool call json downstream.
call_tool
Sorry, something went wrong.
No branches or pull requests
Assuming host prepends its own list of tools, how are host tools handled, and also about naming conflicts are mcp tools then prioritized?
Thanks for the details
The text was updated successfully, but these errors were encountered: