Interface McpProgressHandler
public interface McpProgressHandler
Handler for MCP progress notifications.
Implement this interface to receive progress updates from the MCP server
during long-running tool executions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonProgress(McpProgressNotification notification) Called when a progress notification is received from the MCP server.
-
Method Details
-
onProgress
Called when a progress notification is received from the MCP server.- Parameters:
notification- the progress notification
-