Skip to content

Commit 30be95f

Browse files
stephentoubCopilot
andauthored
Update src/ModelContextProtocol/Server/McpServerExtensions.cs
Co-authored-by: Copilot <[email protected]>
1 parent 60df92d commit 30be95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ModelContextProtocol/Server/McpServerExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static IChatClient AsSamplingChatClient(this IMcpServer server)
157157

158158
/// <summary>Gets an <see cref="ILogger"/> on which logged messages will be sent as notifications to the client.</summary>
159159
/// <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>
160+
/// <returns>An <see cref="ILogger"/> that can be used to log to the client.</returns>
161161
public static ILogger AsClientLogger(this IMcpServer server)
162162
{
163163
Throw.IfNull(server);

0 commit comments

Comments
 (0)