Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kunjshah01
/
mcp-sentiment
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kunjshah01
commited on
6 days ago
Commit
558dccf
·
verified
·
1 Parent(s):
c844edb
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": "MCP Server",
5
+
"transport": {
6
+
"type": "sse",
7
+
"url": "http://localhost:7860/gradio_api/mcp/sse"
8
+
}
9
+
}
10
+
]
11
+
}