mcp-sentiment / README.md
saidsef's picture
chore: add git ignore
eb87d11 verified
---
title: MCP Sentiment Analysis
emoji: 🦀
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 5.35.0
app_file: app.py
pinned: false
license: mit
short_description: MCP Sentiment Analysis
---
# Sentiment Analysis MCP Server
Some MCP clients don’t support SSE-based MCP Servers, In those cases, use mcp-remote:
```json
{
"mcpServers": {
"gradio": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:7860/gradio_api/mcp/sse"
]
}
}
}
```