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: units/en/unit2/tiny-agents.mdx
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Tiny Agents: an MCP-powered agent in 50 lines of code
1
+
# Building Tiny Agents with MCP and the Hugging Face Hub
2
2
3
3
Now that we've built MCP servers in Gradio and learned about creating MCP clients, let's complete our end-to-end application by building an agent that can seamlessly interact with our sentiment analysis tool. This section builds on the project [Tiny Agents](https://huggingface.co/blog/tiny-agents), which demonstrates a super simple way of deploying MCP clients that can connect to services like our Gradio sentiment analysis server.
4
4
@@ -9,6 +9,14 @@ In this final exercise of Unit 2, we will walk you through how to implement both
9
9
10
10
## Installation
11
11
12
+
Let's install the necessary packages to build our Tiny Agents.
13
+
14
+
<Tip>
15
+
16
+
Some MCP Clients, notably Claude Desktop, do not yet support SSE-based MCP Servers. In those cases, you can use a tool such as [mcp-remote](https://github.com/geelen/mcp-remote). First install Node.js. Then, add the following to your own MCP Client config:
0 commit comments