AdrieleM commited on
Commit
8cac58f
·
verified ·
1 Parent(s): 8e28e6b

Create mcp.json

Browse files
Files changed (1) hide show
  1. mcp.json +14 -0
mcp.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "sentiment-analysis": {
4
+ "command": "npx",
5
+ "args": [
6
+ "-y",
7
+ "mcp-remote",
8
+ "https://huggingface.co/spaces/AdrieleM/mcp-sentiment/gradio_api/mcp/sse",
9
+ "--transport",
10
+ "sse-only"
11
+ ]
12
+ }
13
+ }
14
+ }