Files
callstack__agent-device/server.json
Michał Pierzchała 6486788359 0.21.0
2026-09-08 21:59:28 +02:00

28 lines
706 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.callstack/agent-device",
"title": "agent-device",
"description": "MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps",
"repository": {
"url": "https://github.com/callstack/agent-device",
"source": "github"
},
"version": "0.21.0",
"packages": [
{
"registryType": "npm",
"identifier": "agent-device",
"version": "0.21.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp"
}
]
}
]
}