How to handle drop queries? #4
Replies: 4 comments 3 replies
-
|
Hi @ksgnextuple What MCP client are you using, and how are you passing the token back to the MCP server? If you can share more context that would help (even a screen recording or whatever) Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Actually am making use of the mcp server as a langchain tool in a multiagent workflow. Made use of the convert_mcp_to_langchain_tools to convert it. Below are the few screenshots. The first tool call does not have the token as expected, but the second time around the agent learns that a token needs to be passed and does pass it, but then getting the token expired error. Ideally I would want to implement a human in the loop here. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ksgnextuple Thanks for the extra context When sending your follow-up requests with confirmation token, the window for passing that token may have expired Options:
Hope that helps, interested to know how it goes Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Closing due to inactivity |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
From the code i see that we require a confirmation code to drop queries, but when i tried that it always said token is invalid. Any way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions