Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
mcp-sentiment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgbam
commited on
12 days ago
Commit
376539c
·
verified
·
1 Parent(s):
729d0a8
Create mcp.json
Browse files
Files changed (1)
hide
show
mcp.json
+11
-0
mcp.json
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
{
2
+
"servers": [
3
+
{
4
+
"name": "Remote MCP Server",
5
+
"transport": {
6
+
"type": "sse",
7
+
"url": "https://example.com/gradio_api/mcp/sse"
8
+
}
9
+
}
10
+
]
11
+
}