Skip to content

Commit 7a68797

Browse files
Fix broken links
1 parent 6b57a7b commit 7a68797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/concepts/tasks/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ catch (McpException ex) when (ex.ErrorCode == McpErrorCode.InvalidParams)
457457

458458
## Complete Example
459459

460-
See the [LongRunningTasks sample](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/LongRunningTasks) for a complete working example demonstrating:
460+
See the [LongRunningTasks sample](../../../samples/LongRunningTasks) for a complete working example demonstrating:
461461

462462
- Server setup with a file-based `IMcpTaskStore` for durability
463463
- Explicit task creation via `IMcpTaskStore` in tools returning `McpTask`
@@ -558,7 +558,7 @@ public class JobProcessor(IMcpTaskStore taskStore)
558558

559559
### Simplified Example: File-Based Task Store
560560

561-
The [LongRunningTasks sample](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/LongRunningTasks) demonstrates a simplified fault-tolerant approach using the file system. The `FileBasedMcpTaskStore` persists task state to disk, allowing tasks to survive server restarts:
561+
The [LongRunningTasks sample](../../../samples/LongRunningTasks) demonstrates a simplified fault-tolerant approach using the file system. The `FileBasedMcpTaskStore` persists task state to disk, allowing tasks to survive server restarts:
562562

563563
```csharp
564564
// Use a file-based task store for durability

docs/list-of-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ If you use experimental APIs, you will get one of the diagnostics shown below. T
2323

2424
| Diagnostic ID | Description |
2525
| :------------ | :---------- |
26-
| `MCPEXP001` | MCP task-related APIs are experimental. Tasks provide a mechanism for asynchronous long-running operations that can be polled for status and results. See [MCP Tasks specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/docs/specification/2025-06-18/server/utilities/tasks.md) for details. |
26+
| `MCPEXP001` | MCP task-related APIs are experimental. Tasks provide a mechanism for asynchronous long-running operations that can be polled for status and results. See [MCP Tasks specification](https://modelcontextprotocol.io/specification/draft/basic/utilities/tasks) for details. |

0 commit comments

Comments
 (0)