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
If an error occurs, like this C:\Users\jialiu3\AppData\Local\miniforge3\envs\office\python.exe: No module named mcp_servers.mcp_mail_processor
Question:
I don't know why the program freezes when an error is detected, even with try-except. Can anyone help me?
I hope that when such an error is reported, the program can exit normally or execute the following code in sequence.
The code is as follows
If an error occurs, like this
C:\Users\jialiu3\AppData\Local\miniforge3\envs\office\python.exe: No module named mcp_servers.mcp_mail_processor
Question:
I don't know why the program freezes when an error is detected, even with try-except. Can anyone help me?
I hope that when such an error is reported, the program can exit normally or execute the following code in sequence.
Originally posted by @Septa2112 in #6030
We need to add a
timeout_seconds
setting to this:autogen/python/packages/autogen-ext/src/autogen_ext/tools/mcp/_session.py
Lines 13 to 14 in 855bcd7
and add timeout setting to
McpToolAdapter
andmcp_server_tools
.The text was updated successfully, but these errors were encountered: