Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.41.1
metadata
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