Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
build-small-hackathon
/
multi-agent-lab
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
agharsallah
commited on
about 1 month ago
Commit
8a208a5
·
1 Parent(s):
c3f5c19
feat: add initial mcp configuration for gradio-docs server
Browse files
Files changed (1)
hide
show
.mcp.json
+8
-0
.mcp.json
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
{
2
+
"mcpServers": {
3
+
"gradio-docs": {
4
+
"type": "http",
5
+
"url": "https://gradio-docs-mcp.hf.space/gradio_api/mcp/"
6
+
}
7
+
}
8
+
}