We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c8624 commit 6fad6a9Copy full SHA for 6fad6a9
docs/README.md
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>`]: [System.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