-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Timeout occurs if elicitation request isn't responded to in a second.
Inspector shows the elicitation request, but when used in AI Agent, the agent does not even show elicitation and directly gets the error.
To Reproduce
Steps to reproduce the behavior:
- Implement elicitation for any tool, with multiple inputs
- Test the tool in inspector
- See the elicitation request in Elicitation tab
- respond for 1 request, then see the error when not responded for next requests in a second or two.
error: MCP error -32001: Request timed out
Expected behavior
- The elicitation error should be thrown to console
- The elicitation should not timeout so quick
- Need a timeout parameter for
elicitInput
function
Logs
MCP error -32001: Request timed out
error thrown at the tool response for unmet elicitation timeout

PrachiDAC, rajputgagan38, namanbhatt16-tech and garciasdos
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working