We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a831d0 + f55302b commit fdc2383Copy full SHA for fdc2383
README.md
@@ -44,7 +44,7 @@ var client = await McpClientFactory.CreateAsync(new()
44
});
45
46
// Print the list of tools available from the server.
47
-await foreach (var tool in client.ListToolsAsync())
+foreach (var tool in await client.ListToolsAsync())
48
{
49
Console.WriteLine($"{tool.Name} ({tool.Description})");
50
}
0 commit comments