Table of Contents

Class McpProgressEventArgs

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

Provides data for the ProgressReceived event.

public sealed class McpProgressEventArgs : EventArgs
Inheritance
McpProgressEventArgs
Inherited Members

Constructors

McpProgressEventArgs(McpProgressToken, double, double?, string)

Initializes a new instance of McpProgressEventArgs.

Properties

Message

Gets the optional progress message.

Percentage

Gets the progress as a percentage (0-100), if total is known.

Progress

Gets the current progress value.

ProgressToken

Gets the progress token identifying the operation.

Total

Gets the total expected progress value, if known.