Spaces:
Runtime error
Runtime error
Commit
·
29c4c13
1
Parent(s):
d610b1e
added config
Browse files- 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 |
+
}
|