We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e5ed9 commit 7053cc6Copy full SHA for 7053cc6
docs/experimental.md
@@ -26,7 +26,7 @@ Add the diagnostic ID to `<NoWarn>` in your project file:
26
Use `#pragma warning disable` around specific call sites:
27
28
```csharp
29
-#pragma warning disable MCPEXP001
+#pragma warning disable MCPEXP001 // The Tasks feature is experimental per the MCP specification and is subject to change.
30
tool.Execution = new ToolExecution { ... };
31
#pragma warning restore MCPEXP001
32
```
0 commit comments