You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use call_tool in ClientSession to execute a tool function in a MCP server, it will be holding when there are multi threads or processes in the tool function, such as the Dataset map with num_proc > 1. How can I deal with these cases?
When I use
call_toolinClientSessionto execute a tool function in a MCP server, it will be holding when there are multi threads or processes in the tool function, such as the Dataset map withnum_proc > 1. How can I deal with these cases?