kunjshah01 commited on
Commit
558dccf
·
verified ·
1 Parent(s): c844edb

Create 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": "MCP Server",
5
+ "transport": {
6
+ "type": "sse",
7
+ "url": "http://localhost:7860/gradio_api/mcp/sse"
8
+ }
9
+ }
10
+ ]
11
+ }