Update CLIENT_SETUP.md
Browse files- 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 |
-
"
|
| 26 |
-
"
|
| 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**.
|