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
I have a question regarding the stdio MCP client. In particular:
Does a single Stdio Client Session support concurrent operations?
Specifically, can I concurrently call get_tool() or call_tool() from multiple tasks or coroutines?
I'm building a client that needs to handle multiple tool invocations in parallel, and I want to make sure it's safe to do so with Stdio Client Session.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great work on this SDK!
I have a question regarding the
stdio
MCP client. In particular:Stdio Client Session
support concurrent operations?get_tool()
orcall_tool()
from multiple tasks or coroutines?I'm building a client that needs to handle multiple tool invocations in parallel, and I want to make sure it's safe to do so with
Stdio Client Session
.Thanks in advance!
The text was updated successfully, but these errors were encountered: