saidsef commited on
Commit
4cbdd44
·
verified ·
1 Parent(s): dd70b4a

chore: add title card

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MCP Sentiment
3
+ emoji: 🦀
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.35.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: MCP Sentiment Analysis
12
+ ---
13
+
14
+
15
+ # Sentiment Analysis MCP Server
16
+
17
+ Some MCP clients don’t support SSE-based MCP Servers, In those cases, use mcp-remote:
18
+
19
+ ```json
20
+ {
21
+ "mcpServers": {
22
+ "gradio": {
23
+ "command": "npx",
24
+ "args": [
25
+ "mcp-remote",
26
+ "http://localhost:7860/gradio_api/mcp/sse"
27
+ ]
28
+ }
29
+ }
30
+ }
31
+ ```