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.