Skip to content

Commit 6fad6a9

Browse files
Fix Progress link syntax and remove docs/README.md
Co-authored-by: eiriktsarpalis <[email protected]>
1 parent a0c8624 commit 6fad6a9

File tree

2 files changed

+1
-78
lines changed

2 files changed

+1
-78
lines changed

docs/README.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

docs/concepts/progress/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The MCP C# SDK will automatically handle progress notifications and report them
6363
This notification handler will only receive progress updates for the specific request that was made,
6464
rather than all progress notifications from the server.
6565

66-
[Progress`<T>`]: [System.Progress<T>](https://learn.microsoft.com/dotnet/api/system.progress-1>
66+
[Progress`<T>`]: [System.Progress<T>](https://learn.microsoft.com/dotnet/api/system.progress-1)
6767
[ProgressNotificationValue]: xref:ModelContextProtocol.ProgressNotificationValue
6868

6969
[!code-csharp[](samples/client/Program.cs?name=snippet_ProgressHandler)]

0 commit comments

Comments
 (0)