Spaces:
Sleeping
Sleeping
Commit ·
a708b02
1
Parent(s): 6dbac9c
new commit
Browse files
mcp.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
}
|
| 15 |
-
|
| 16 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"servers": [
|
| 3 |
+
{
|
| 4 |
+
"name": "MCP Server",
|
| 5 |
+
"transport": {
|
| 6 |
+
"type": "sse",
|
| 7 |
+
"url": "http://localhost:7860/gradio_api/mcp/sse"
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"name": "Remote MCP Server",
|
| 12 |
+
"transport": {
|
| 13 |
+
"type": "sse",
|
| 14 |
+
"url": "https://ogundipe72-mcp-sentiment-sao.hf.space/gradio_api/mcp/sse"
|
| 15 |
+
}
|
| 16 |
}
|
| 17 |
+
]
|
| 18 |
+
}
|