docs: add MCP integration guide
This commit is contained in:
@@ -527,6 +527,20 @@ Appium server 默认使用 4723;WDA 通常使用 8100。多设备必须为每
|
||||
input、launch 和 UI tree 验证基础控制,再单独处理 PaddleOCR/PaddlePaddle 的 macOS
|
||||
wheel 与 Apple Silicon 兼容性。
|
||||
|
||||
## MCP server (Hermes Agent integration)
|
||||
|
||||
Host-agent now exposes an MCP server on the same port as the local
|
||||
console (`127.0.0.1:8765/mcp`). To drive your iPhone from Hermes Agent
|
||||
or any MCP-compatible client:
|
||||
|
||||
1. Start host-agent normally.
|
||||
2. Get the bearer token: `device-host-agent mcp-token`.
|
||||
3. Configure Hermes per `docs/MCP_INTEGRATION.md`.
|
||||
|
||||
The MCP path reuses the same WDA session that the cloud worker uses.
|
||||
Per-device locking prevents both sides from driving the same device at
|
||||
once; see `docs/MCP_INTEGRATION.md` for the full concurrency model.
|
||||
|
||||
## 12. 完成检查表
|
||||
|
||||
- [ ] Xcode 能看到已解锁的 iPhone。
|
||||
|
||||
Reference in New Issue
Block a user