dev-bjoern commited on
Commit
9c10761
·
1 Parent(s): 0ad1e20

Fix MCP config: use url instead of npx mcp-remote

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -150,7 +150,13 @@ with gr.Blocks(title="SAM 3D Body MCP") as demo:
150
  ---
151
  ### MCP Server
152
  ```json
153
- {"mcpServers": {"sam3d": {"command": "npx", "args": ["mcp-remote", "URL/gradio_api/mcp/sse"]}}}
 
 
 
 
 
 
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