When the Python SSE (Server-Sent Events) server sends a send_notification message (e.g., "notifications/progress"), the client-side call_tool function gets stuck/hangs.
How can the client properly read and process the progress updates, and also display the final execution result after completion?
When the Python SSE (Server-Sent Events) server sends a send_notification message (e.g., "notifications/progress"), the client-side call_tool function gets stuck/hangs.
How can the client properly read and process the progress updates, and also display the final execution result after completion?