wrice commited on
Commit
ecbd668
·
1 Parent(s): 085e8fd

docs: link live Space endpoints

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -16,8 +16,8 @@ Public, read-only, streamable HTTP.
16
 
17
  | Endpoint | Corpus |
18
  |---|---|
19
- | `https://<space-host>/lipsync/mcp` | lipsync-papers |
20
- | `https://<space-host>/tts/mcp` | tts-papers |
21
 
22
  Tools per server: `search_papers` (hybrid BM25 + embedding search),
23
  `get_paper` (full markdown), `get_citations` (in-corpus citation graph),
@@ -26,8 +26,8 @@ Tools per server: `search_papers` (hybrid BM25 + embedding search),
26
  ## Connect
27
 
28
  ```bash
29
- claude mcp add --transport http lipsync-papers https://<space-host>/lipsync/mcp
30
- claude mcp add --transport http tts-papers https://<space-host>/tts/mcp
31
  ```
32
 
33
  ## Develop
 
16
 
17
  | Endpoint | Corpus |
18
  |---|---|
19
+ | `https://wrice-papers-mcp.hf.space/lipsync/mcp` | lipsync-papers |
20
+ | `https://wrice-papers-mcp.hf.space/tts/mcp` | tts-papers |
21
 
22
  Tools per server: `search_papers` (hybrid BM25 + embedding search),
23
  `get_paper` (full markdown), `get_citations` (in-corpus citation graph),
 
26
  ## Connect
27
 
28
  ```bash
29
+ claude mcp add --transport http lipsync-papers https://wrice-papers-mcp.hf.space/lipsync/mcp
30
+ claude mcp add --transport http tts-papers https://wrice-papers-mcp.hf.space/tts/mcp
31
  ```
32
 
33
  ## Develop