Nihal2000 commited on
Commit
ddf962b
·
verified ·
1 Parent(s): 6b0c62a

Update CLIENT_SETUP.md

Browse files
Files changed (1) hide show
  1. CLIENT_SETUP.md +3 -4
CLIENT_SETUP.md CHANGED
@@ -22,16 +22,15 @@ You can use the **AI Digital Library Assistant** as a tool provider for Claude D
22
  "command": "npx",
23
  "args": [
24
  "-y",
25
- "@modelcontextprotocol/server-sse",
26
- "--url",
27
- "https://nihal2000-aidigitallibraryassistant.hf.space/sse"
28
  ]
29
  }
30
  }
31
  }
 
32
  ```
33
 
34
- > **Note:** Replace `https://nihal2000-aidigitallibraryassistant.hf.space` with your actual Space URL if different.
35
  > If running locally, you can use the local SSE endpoint (usually `http://localhost:7860/sse`).
36
 
37
  3. **Restart Claude Desktop**.
 
22
  "command": "npx",
23
  "args": [
24
  "-y",
25
+ "mcp-remote",
26
+ "https://mcp-1st-birthday-ai-digital-library-assistant.hf.space/gradio_api/mcp/sse"
 
27
  ]
28
  }
29
  }
30
  }
31
+
32
  ```
33
 
 
34
  > If running locally, you can use the local SSE endpoint (usually `http://localhost:7860/sse`).
35
 
36
  3. **Restart Claude Desktop**.