Skip to content

Commit ad7869d

Browse files
Update docs/experimental.md
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
1 parent 01d55d0 commit ad7869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/experimental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the diagnostic ID to `<NoWarn>` in your project file:
2626
Use `#pragma warning disable` around specific call sites:
2727

2828
```csharp
29-
#pragma warning disable MCPEXP001
29+
#pragma warning disable MCPEXP001 // The Tasks feature is experimental per the MCP specification and is subject to change.
3030
tool.Execution = new ToolExecution { ... };
3131
#pragma warning restore MCPEXP001
3232
```

0 commit comments

Comments
 (0)