bilalhf commited on
Commit
e0813df
·
verified ·
1 Parent(s): a3a685e

Create mcp-remote

Browse files
Files changed (1) hide show
  1. mcp-remote +11 -0
mcp-remote ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "gradio": {
4
+ "command": "npx",
5
+ "args": [
6
+ "mcp-remote",
7
+ "http://localhost:7860/gradio_api/mcp/sse"
8
+ ]
9
+ }
10
+ }
11
+ }