We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8523 commit d055517Copy full SHA for d055517
1 file changed
src/ModelContextProtocol/Client/McpClientFactory.cs
@@ -64,6 +64,7 @@ public static async Task<IMcpClient> CreateAsync(
64
var transport =
65
createTransportFunc(serverConfig, loggerFactory) ??
66
throw new InvalidOperationException($"{nameof(createTransportFunc)} returned a null transport.");
67
+
68
try
69
{
70
McpClient client = new(transport, clientOptions, serverConfig, loggerFactory);
0 commit comments