Skip to content

Commit 9ac42bf

Browse files
committed
Missing code snippet added back.
1 parent 510404b commit 9ac42bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2025-03-31-integrating-model-context-protocol-tools-with-semantic-kernel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ await using var everythingsClient = await McpClientFactory.CreateAsync
3737
Next we can get the tools and enumerate the name and description.
3838

3939
```csharp
40+
var tools = await everythingsClient.ListTools();
4041
Console.WriteLine($"Found {tools.Count} tools");
4142
foreach (var tool in tools)
4243
{

0 commit comments

Comments
 (0)