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 Type
    Method
    Description
    void
    Called when a progress notification is received from the MCP server.
  • Method Details

    • onProgress

      void onProgress(McpProgressNotification notification)
      Called when a progress notification is received from the MCP server.
      Parameters:
      notification - the progress notification