Skip to content

Commit f2ae0ca

Browse files
ferrywltohalter73
andauthored
Clarify McpClientTool inherits from AIFunction in README.md
Co-authored-by: Stephen Halter <[email protected]>
1 parent 0c9e91f commit f2ae0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can find samples demonstrating how to use ModelContextProtocol with an LLM S
6060

6161
Clients can connect to any MCP server, not just ones created using this library. The protocol is designed to be server-agnostic, so you can use this library to connect to any compliant server.
6262

63-
Tools can be exposed easily as `AIFunction` instances so that they are immediately usable with `IChatClient`s.
63+
Tools can be easily exposed for immediate use by `IChatClient`s, because `McpClientTool` inherits from `AIFunction`.
6464

6565
```csharp
6666
// Get available functions.

0 commit comments

Comments
 (0)