We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246019f commit 8bb6055Copy full SHA for 8bb6055
src/ModelContextProtocol/Client/McpClient.cs
@@ -47,7 +47,7 @@ public McpClient(IClientTransport clientTransport, McpClientOptions options, Mcp
47
var progressToken = request?.Meta?.ProgressToken;
48
return samplingHandler(
49
request, progressToken is { } token
50
- ? new ClientTokenProgress(this, progressToken.Value)
+ ? new TokenProgress(this, progressToken.Value)
51
: NullProgress.Instance, ct);
52
});
53
}
0 commit comments