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.
1 parent 62e92fa commit f55302bCopy full SHA for f55302b
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