troubadou commited on
Commit
989cc36
·
1 Parent(s): e2aa352
Files changed (2) hide show
  1. config.json +7 -0
  2. mcp.json +11 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "mcp": {
4
+ "url": "http://localhost:7860/gradio_api/mcp/sse"
5
+ }
6
+ }
7
+ }
mcp.json CHANGED
@@ -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
+ }