ggsmith842 commited on
Commit
ceef459
·
1 Parent(s): 9f1f5b4

add server config

Browse files
Files changed (1) hide show
  1. config.json +7 -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
+ }