Table of Contents

Property ProgressSink

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

ProgressSink

Gets or sets the callback used to deliver progress notifications. Set by the host transport. Arguments are the progress token, the current value, the total when known, and a message.

public Func<string, double, double?, string, CancellationToken, Task> ProgressSink { get; set; }

Property Value

Func<string, double, double?, string, CancellationToken, Task>
Share