feat: add mcp.json configuration for Gradio server
Browse files- .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 |
+
}
|