agharsallah commited on
Commit
8a208a5
·
1 Parent(s): c3f5c19

feat: add initial mcp configuration for gradio-docs server

Browse files
Files changed (1) hide show
  1. .mcp.json +8 -0
.mcp.json ADDED
@@ -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
+ }