Spaces:
Running
Running
Commit ·
53605e2
1
Parent(s): 212becf
added config + requierements
Browse files- config.json +7 -0
- requirements.txt +4 -1
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mcpServers": {
|
| 3 |
+
"mcp": {
|
| 4 |
+
"url": "http://localhost:7860/gradio_api/mcp/sse"
|
| 5 |
+
}
|
| 6 |
+
}
|
| 7 |
+
}
|
requirements.txt
CHANGED
|
@@ -1,2 +1,5 @@
|
|
| 1 |
gradio[mcp]
|
| 2 |
-
textblob
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio[mcp]
|
| 2 |
+
textblob
|
| 3 |
+
smolagents[mcp]
|
| 4 |
+
gradio[mcp]
|
| 5 |
+
mcp
|