Behaviour of mcp_tools=True

#12
by JG1310 - opened
Agents-MCP-Hackathon org

Hi all, my Gradio app accepts strings as inputs, but these need to be processed further into numeric lists. However, my concern is that if the MCP functions were used as part of a larger pipeline, there would be a conversion overhead going from Numeric List-> string-> Numeric List. If I write a wrapper that converts string->List for example and use the wrapper in the gradio interface, will an LLM have direct access only to the string-based wrapper or also the underlying list-based function?

Sign up or log in to comment