| title: Sentiment Analysis Mcp Server | |
| emoji: ๐ | |
| colorFrom: blue | |
| colorTo: gray | |
| sdk: gradio | |
| sdk_version: 5.45.0 | |
| app_file: main.py | |
| pinned: false | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| ``` | |
| uv init | |
| uv python install 3.10 | |
| uv python pin 3.10 | |
| uv add "gradio[mcp]" "textblob" | |
| export GRADIO_MCP_SERVER=True | |
| uv run main.py | |
| uv export --format=requirements-txt > requirements.txt | |
| git add . | |
| git commit -m "Initial commit" | |
| ``` | |
| http://127.0.0.1:7860/gradio_api/mcp/ | |
| https://fmarky-sentiment-analysis-mcp-server.hf.space/gradio_api/mcp/sse | |