File size: 520 Bytes
b803f41
 
 
 
 
 
 
 
 
78851da
ced8ba8
78851da
 
 
 
 
 
 
 
f8d528c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: mcp-agents-basic
python_version: "3.12"
sdk: gradio
sdk_version: "5.32.0"
app_file: app.py
pinned: false
---

## MCP Agents basic

In this unit, you will:

- Create an MCP Server using Gradio’s built-in MCP support
- Build a sentiment analysis tool that can be used by AI models
- Connect to the server using different client implementations:
    - A HuggingFace.js-based client
    - A SmolAgents-based client for Python
- Deploy your MCP Server to Hugging Face Spaces
- Test and debug the complete system