From bb7bc8a9872d6feee0372e36ca6ff0fb8801f745 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:44:05 +0000 Subject: [PATCH 1/2] Initial plan From d998e8019b60ecdd54b005cae539a2f792e50ba1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:48:32 +0000 Subject: [PATCH 2/2] Fix incorrect XML documentation comments in McpClient.Methods.cs Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com> --- src/ModelContextProtocol.Core/Client/McpClient.Methods.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ModelContextProtocol.Core/Client/McpClient.Methods.cs b/src/ModelContextProtocol.Core/Client/McpClient.Methods.cs index 4b80c6e56..19ef88144 100644 --- a/src/ModelContextProtocol.Core/Client/McpClient.Methods.cs +++ b/src/ModelContextProtocol.Core/Client/McpClient.Methods.cs @@ -280,7 +280,7 @@ public ValueTask GetPromptAsync( } /// - /// Retrieves a list of available prompts from the server. + /// Retrieves a specific prompt from the MCP server. /// /// The request parameters to send in the request. /// The to monitor for cancellation requests. The default is . @@ -549,9 +549,9 @@ public ValueTask CompleteAsync( } /// - /// Unsubscribes from a resource on the server to stop receiving notifications about its changes. + /// Subscribes to a resource on the server to receive notifications when it changes. /// - /// The URI of the resource to which to subscribe. + /// The URI of the resource to subscribe to. /// Optional request options including metadata, serialization settings, and progress tracking. /// The to monitor for cancellation requests. The default is . /// A task that represents the asynchronous operation.