We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38e25f commit 7fbb31aCopy full SHA for 7fbb31a
1 file changed
src/ModelContextProtocol.Core/Client/McpClient.Methods.cs
@@ -1073,6 +1073,7 @@ public async ValueTask<McpTask> GetTaskAsync(
1073
/// <returns>The raw JSON result of the task.</returns>
1074
/// <exception cref="ArgumentNullException"><paramref name="taskId"/> is <see langword="null"/>.</exception>
1075
/// <exception cref="ArgumentException"><paramref name="taskId"/> is empty or composed entirely of whitespace.</exception>
1076
+ /// <exception cref="McpException">The request failed or the server returned an error response.</exception>
1077
/// <remarks>
1078
/// This method sends a tasks/result request to the server, which will block until the task completes if it hasn't already.
1079
/// The server handles all polling logic internally.
0 commit comments