You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,13 +159,13 @@ cp .env.example .env
159
159
```
160
160
161
161
#### 4. Custom MCP Backend Orchestration [OPTIONAL FOR LOCAL DEV]
162
-
Our enhanced orchestration backend, [**XtraMCP**](https://github.com/4ndrelim/academic-paper-mcp-server), is currently closed-source while under active development. <br>
163
-
You can run PaperDebugger without it; all core features (chat, formatting, edits, comments) work normally.
162
+
Our enhanced orchestration backend, [**XtraMCP**](https://github.com/4ndrelim/academic-paper-mcp-server), is partially in-production but currently closed-source while under active development. If you wish to learn more about XtraMCP backend logic, refer to [/demo/xtramcp/readme.md](./demo/xtramcp/readme.md).<br>
163
+
You can still self-host PaperDebugger without it; all core features (chat, formatting, edits, comments) work normally.
164
164
165
165
Connecting to XtraMCP unlocks:
166
166
- research-mode agents,
167
167
- structured reviewer-style critique,
168
-
- domain-specific revisions tailored to academic writing powered by [XtraGPT](https://huggingface.co/Xtra-Computing/XtraGPT-14B) models
168
+
- domain-specific revisions tailored to academic writing powered by [XtraGPT](https://huggingface.co/Xtra-Computing/XtraGPT-14B) models.
169
169
170
170
We plan to **open-source XtraMCP** once the API stabilizes for community use.
171
171
@@ -185,6 +185,8 @@ The server will start on `http://localhost:6060`.
185
185
<imgsrc="docs/imgs/run.png"alt="Backend Server Running"style="max-width: 600px; border-radius: 8px; box-shadow: 04px12pxrgba(0,0,0,0.15);"/>
186
186
</div>
187
187
188
+
**NOTE**: `"ERROR [AI Client] Failed to initialize XtraMCP session"` <br> is expected if you're hosting locally without XtraMCP or an equivalent MCP orchestration backend.
if(phase==="orange")return"Taking longer than expected";
118
-
if(phase==="red")return"Last try";
116
+
if(isTimeout)return"Sorry — this request took too long to complete. We're working on improving reliability. You can try waiting a bit longer or refreshing the page. Thanks for your patience.";
0 commit comments