Skip to content

Commit f18d904

Browse files
committed
doc
1 parent 8cea55e commit f18d904

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/_toctree.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
title: Interact with the Hub
1515
- local: hub/modules
1616
title: API Reference
17+
- title: "@huggingface/mcp-client"
18+
isExpanded: true
19+
sections:
20+
- local: mcp-client/README
21+
title: Simple MCP Client and smol Agent built on top of Inference Client
1722
- title: "@huggingface/agent"
1823
isExpanded: true
1924
sections:

packages/mcp-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Client for the Model Context Protocol (MCP).
44

5-
This package provides a client implementation for interacting with MCP servers, built on top of our Inference Providers client, `@huggingface/inference`.
5+
This package provides a client implementation for interacting with MCP servers, built on top of our InferenceClient, `@huggingface/inference`.
66

77
It includes an example CLI smol Agent that can leverage MCP tools.
88

0 commit comments

Comments
 (0)