We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60df92d commit 30be95fCopy full SHA for 30be95f
src/ModelContextProtocol/Server/McpServerExtensions.cs
@@ -157,7 +157,7 @@ public static IChatClient AsSamplingChatClient(this IMcpServer server)
157
158
/// <summary>Gets an <see cref="ILogger"/> on which logged messages will be sent as notifications to the client.</summary>
159
/// <param name="server">The server to wrap as an <see cref="ILogger"/>.</param>
160
- /// <returns>An <see cref="ILogger"/> that can be used to log to the client..</returns>
+ /// <returns>An <see cref="ILogger"/> that can be used to log to the client.</returns>
161
public static ILogger AsClientLogger(this IMcpServer server)
162
{
163
Throw.IfNull(server);
0 commit comments