Skip to main content
Glama
adbClient.test.ts406 B
import assert from 'node:assert'; import { AdbService } from '../src/adbClient.js'; const service = new AdbService(); const client: any = (service as any).client; const device = client.getDevice('dummy-serial'); assert.strictEqual(typeof device.shell, 'function', 'device client should expose shell()'); assert.strictEqual(typeof device.screencap, 'function', 'device client should expose screencap()');

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hamen/android-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server