Spaces:
Sleeping
Sleeping
Create configuration
Browse files- 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 |
+
}
|