docs: update all remaining references to use upstream tools directly

- docs/README_en.md: update FAQ, Works Out of the Box, Design Philosophy
- docs/troubleshooting.md: Exa fallback uses mcporter directly
- agent_reach/guides/setup-exa.md: test with mcporter call
- agent_reach/guides/setup-wechat.md: test with Jina Reader
This commit is contained in:
Panniantong
2026-02-26 08:25:06 +01:00
parent 606e8900ce
commit 80a08c8c10
5 changed files with 35 additions and 30 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ playwright install chromium
3. 安装完成后测试:
```bash
agent-reach read "https://mp.weixin.qq.com/s/一个测试链接"
curl -s "https://r.jina.ai/https://mp.weixin.qq.com/s/一个测试链接" -H "Accept: text/markdown"
```
## 需要用户手动做的步骤