Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9c10761
1
Parent(s):
0ad1e20
Fix MCP config: use url instead of npx mcp-remote
Browse files
app.py
CHANGED
|
@@ -150,7 +150,13 @@ with gr.Blocks(title="SAM 3D Body MCP") as demo:
|
|
| 150 |
---
|
| 151 |
### MCP Server
|
| 152 |
```json
|
| 153 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
```
|
| 155 |
""")
|
| 156 |
|
|
|
|
| 150 |
---
|
| 151 |
### MCP Server
|
| 152 |
```json
|
| 153 |
+
{
|
| 154 |
+
"mcpServers": {
|
| 155 |
+
"sam3d-body": {
|
| 156 |
+
"url": "https://dev-bjoern-sam3d-body-mcp.hf.space/gradio_api/mcp/sse"
|
| 157 |
+
}
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
```
|
| 161 |
""")
|
| 162 |
|