Skip to content

Commit 8bb6055

Browse files
updated to use new type
1 parent 246019f commit 8bb6055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Client/McpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public McpClient(IClientTransport clientTransport, McpClientOptions options, Mcp
4747
var progressToken = request?.Meta?.ProgressToken;
4848
return samplingHandler(
4949
request, progressToken is { } token
50-
? new ClientTokenProgress(this, progressToken.Value)
50+
? new TokenProgress(this, progressToken.Value)
5151
: NullProgress.Instance, ct);
5252
});
5353
}

0 commit comments

Comments
 (0)