Spaces:
Sleeping
Sleeping
File size: 506 Bytes
4cbdd44 eb87d11 4cbdd44 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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"
]
}
}
}
```
|