mcp-sentiment / README.md
saidsef's picture
chore: add git ignore
eb87d11 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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:

{
  "mcpServers": {
    "gradio": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:7860/gradio_api/mcp/sse"
      ]
    }
  }
}