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
+2 -2
View File
@@ -22,8 +22,8 @@ mcporter config add exa https://mcp.exa.ai/mcp
### 3. 验证
```bash
agent-reach doctor | grep "Web Search"
agent-reach search "test" -n 1
agent-reach doctor | grep "Search"
mcporter call 'exa.web_search_exa(query: "test", numResults: 1)'
```
## 需要用户手动做的步骤
+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"
```
## 需要用户手动做的步骤