You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/agents.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ smolagent "Plan a trip to Tokyo, Kyoto and Osaka between Mar 28 and Apr 7." --m
18
18
19
19
Agents can be pushed to Hugging Face Hub as Spaces. Check out all the cool agents people have built [here](https://huggingface.co/spaces?filter=smolagents&sort=likes).
20
20
21
-
smolagents also support MCP servers as tools, as follows:
21
+
smolagents also supports MCP servers as tools, as follows:
22
22
23
23
```python
24
24
from smolagents import MCPClient, CodeAgent
@@ -35,6 +35,7 @@ with MCPClient(server_parameters) as tools:
0 commit comments