We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bb3f0 commit a0c8624Copy full SHA for a0c8624
docs/concepts/progress/progress.md
@@ -63,7 +63,7 @@ The MCP C# SDK will automatically handle progress notifications and report them
63
This notification handler will only receive progress updates for the specific request that was made,
64
rather than all progress notifications from the server.
65
66
-[Progress`<T>`]: https://learn.microsoft.com/dotnet/api/system.progress-1
+[Progress`<T>`]: [System.Progress<T>](https://learn.microsoft.com/dotnet/api/system.progress-1>
67
[ProgressNotificationValue]: xref:ModelContextProtocol.ProgressNotificationValue
68
69
[!code-csharp[](samples/client/Program.cs?name=snippet_ProgressHandler)]
0 commit comments