Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +8 -4
config.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
| 6 |
-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"servers": [
|
| 3 |
+
{
|
| 4 |
+
"name": "Remote MCP Server",
|
| 5 |
+
"transport": {
|
| 6 |
+
"type": "sse",
|
| 7 |
+
"url": "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
|
| 8 |
+
}
|
| 9 |
}
|
| 10 |
+
]
|
| 11 |
}
|