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