Question
I got "MCP error -32001: Request timed out" when using elicitation context method via "streamable-http" transport. But it's work successfully with sse or stdio transport.
The workflow are:
- Calling the elicitation tool from client
- Server already receive the request calling tool and return the elicitation format
- On client, fill information and send back to the server.
--> The server not receive the input information then return "MCP error -32001: Request timed out"
Additional Context
mcp==1.16.0
python=3.13