Tool Execution and Timeout #1622
Closed
diegolovison
started this conversation in
General
Replies: 2 comments
-
Set
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed: #1626 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on my "private" project that is an extension of https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples/mcp-sse-client-server
My
mcp-server
has the following output, which means that the tool was successfully executed. The tool takes a long time to produce that output and this is expectedOn my
mcp-client
, the application then attempts to execute this tool. At11:35:39
, a request is made to an MCP (Model-as-a-service Communication Protocol) server located athttp://localhost:8081
to call thesecurity
tool.However, a timeout occurs at
11:36:39
, exactly one minute after the initial tool call request. The log shows that a timeout has occurred.My
mcp-server
application.properties
related to the timeoutMy
mcp-client
application.properties
related to the timeoutLog from the
mcp-client
I need help because I have no idea what the property is to increase that timeout.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions