ryomo commited on
Commit
c92ff4b
·
1 Parent(s): 4b04eee

feat: add mcp.json configuration for Gradio server

Browse files
Files changed (1) hide show
  1. .vscode/mcp.json +9 -0
.vscode/mcp.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "servers": {
3
+ "gradio": {
4
+ "url": "https://gradio-docs-mcp.hf.space/gradio_api/mcp/sse",
5
+ "type": "http"
6
+ }
7
+ },
8
+ "inputs": []
9
+ }