Spaces:
Running
Running
Commit
·
41c5000
1
Parent(s):
15de73a
Update mcp_config_example.json to configure gradiobio server with npx command
Browse files- mcp_config_example.json +6 -6
mcp_config_example.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"mcpServers": {
|
| 3 |
-
"
|
| 4 |
-
"command": "
|
| 5 |
"args": [
|
| 6 |
-
"
|
| 7 |
-
|
| 8 |
-
|
| 9 |
}
|
| 10 |
}
|
| 11 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"mcpServers": {
|
| 3 |
+
"gradiobio": {
|
| 4 |
+
"command": "npx",
|
| 5 |
"args": [
|
| 6 |
+
"mcp-remote",
|
| 7 |
+
"https://stefanjwojcik-bioguidemcp.hf.space/gradio_api/mcp/sse"
|
| 8 |
+
]
|
| 9 |
}
|
| 10 |
}
|
| 11 |
+
}
|