Table of Contents

Method BuildProgressNotification

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

BuildProgressNotification(string, double, double?, string)

Builds a notifications/progress message. Hosts push this to the client over whatever channel carries server-initiated messages.

public static string BuildProgressNotification(string progressToken, double progress, double? total, string message)

Parameters

progressToken string

The token supplied by the caller.

progress double

Work completed so far.

total double?

Total work when known.

message string

A short description of the current step.

Returns

string
Share