mgbam commited on
Commit
1178282
·
verified ·
1 Parent(s): 376539c

Create configuration

Browse files
Files changed (1) hide show
  1. configuration +16 -0
configuration ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "sentiment-analysis": {
4
+ "command": "cmd",
5
+ "args": [
6
+ "/c",
7
+ "npx",
8
+ "-y",
9
+ "mcp-remote",
10
+ "https://YOURUSENAME-mcp-sentiment.hf.space/gradio_api/mcp/sse",
11
+ "--transport",
12
+ "sse-only"
13
+ ]
14
+ }
15
+ }
16
+ }