vandenn's picture
Update sdk version in README
9870d7c

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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

python Open in Spaces

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