cross-dev-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CROSS_DEV_FAKE | No | Set to '1' to enable the fake provider for UI demonstration without real devices (e.g., `CROSS_DEV_FAKE=1 pnpm dev:daemon`). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mobile_list_targetsA | 列出 Android、iOS 与 HarmonyOS 真机及其实时连接状态和能力状态。 |
| mobile_captureA | 截取真机画面并返回节省 token 的压缩图片。 |
| mobile_get_logsC | 读取已连接真机的标准化原生日志,支持按级别和文本筛选。 |
| mobile_doctorA | 运行 ADB、go-ios 和官方 HDC 的平台专项连接诊断,可指定单台设备。 |
| mobile_interactA | 通过所选平台适配器发送经过校验的点击、滑动、文本输入或按键操作。 |
| mobile_read_evidenceA | 读取 Dashboard 暂存的证据包,其中包含压缩并标注的画面及所选日志。 |
| mobile_open_dashboardA | 打开 cross-dev-mcp 实时真机工作台。Codex Desktop 调用后应读取 dashboardUrl,并直接在右侧内嵌浏览器中打开;其他兼容宿主使用关联的 MCP App。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| cross-dev-mcp dashboard | 实时真机画面、日志、框选备注与证据回传。 |
TDQS
Scored across 7 tools
Each tool targets a clearly distinct action: listing devices, capturing screens, reading logs, running diagnostics, sending interactions, reading evidence, and opening the dashboard. There is no meaningful overlap or ambiguity between tool purposes.
Tool names mostly follow a consistent mobile_<verb>_<noun> pattern, e.g. mobile_list_targets, mobile_get_logs, mobile_read_evidence. Minor deviations like mobile_capture and mobile_doctor lack a clear noun or use a noun-like verb, but the overall pattern is predictable.
Seven tools is well-scoped for a real-device testing and debugging server. Each tool serves a distinct workflow step without unnecessary bloat or duplication.
The tool surface covers the core lifecycle of device discovery, interaction, capture, logs, diagnostics, and evidence retrieval. Minor gaps exist, such as no explicit app installation/launch or file transfer operations, but the provided set supports a coherent testing workflow.