Skip to content

Commit 9d9b145

Browse files
authored
Update src/ModelContextProtocol.AspNetCore/HttpMcpServerBuilderExtensions.cs
1 parent 81dadfd commit 9d9b145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ModelContextProtocol.AspNetCore/HttpMcpServerBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class HttpMcpServerBuilderExtensions
2020
/// <see cref="McpServerOptions"/> and running logic before and after a session.</param>
2121
/// <returns>The builder provided in <paramref name="builder"/>.</returns>
2222
/// <remarks>For more information on configuring the underlying HTTP server
23-
/// to control things like port binding, custom TLS certificates, see the <see href="https://learn.microsoft.com/aspnet/core/fundamentals/minimal-apis">Minimal APIs quick reference</see>.
23+
/// to control things like port binding and custom TLS certificates, see the <see href="https://learn.microsoft.com/aspnet/core/fundamentals/minimal-apis">Minimal APIs quick reference</see>.
2424
/// </remarks>
2525
/// <exception cref="ArgumentNullException"><paramref name="builder"/> is <see langword="null"/>.</exception>
2626
public static IMcpServerBuilder WithHttpTransport(this IMcpServerBuilder builder, Action<HttpServerTransportOptions>? configureOptions = null)

0 commit comments

Comments
 (0)