mcp-agents-basic / README.md
jahhs0n's picture
update readme
b803f41
---
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