Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Sentiment Analysis MCP
emoji: π€
colorFrom: blue
colorTo: indigo
sdk: gradio
python_version: 3.11
sdk_version: 5.49.1
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_expiration_minutes: 480
Sentiment Analysis MCP
End-to-end MCP implementation for a sentiment analysis MCP server, based on the MCP course by HuggingFace.
π Overview
This is a quick repository mostly to follow along the second part of the MCP course by HuggingFace.
This may also serve as a future reference repository for when I need a quickstart template for an MCP server.
π Setup
Make sure you have uv installed in your system, then run:
make init
make run
If deploying to HuggingFace Spaces, make sure to also run the following to update the requirements.txt file, which is what is installed in the running space:
make sync-requirements