[HELP]: MCP Retry after canceled #8278
Unanswered
zba
asked this question in
Troubleshooting
Replies: 0 comments
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.
-
Hello, I have a custom MCP server which provides tools like
list_schemas
anduse_schema
. When the LLM makes an error withuse_schema
, I get this message on screen:This appears as the final answer. It seems that after cancelling, the response goes directly to the user, so the LLM has no chance to fix its error while trying. Is there a way to actually run the requested tool instead?
Side questions - how can I make logs not truncated and enable llm debug for custom endpont ?
in logs
Beta Was this translation helpful? Give feedback.
All reactions