VP21 commited on
Commit
815ea6b
·
verified ·
1 Parent(s): f1be0df

Upload mcp.json

Browse files
Files changed (1) hide show
  1. mcp.json +11 -0
mcp.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "servers": [
3
+ {
4
+ "name": "Local MCP Server",
5
+ "transport": {
6
+ "type": "sse",
7
+ "url": "http://127.0.0.1:7860/gradio_api/mcp/sse"
8
+ }
9
+ }
10
+ ]
11
+ }