-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver-xcrs.json
More file actions
54 lines (54 loc) · 1.46 KB
/
Copy pathserver-xcrs.json
File metadata and controls
54 lines (54 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.smbcloudXYZ/xcrs",
"title": "XCRS Mobile & TV Automation",
"description": "MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.",
"version": "0.5.4",
"websiteUrl": "https://github.com/smbcloudXYZ/smbcloud-cli/tree/main/crates/xcrs",
"repository": {
"url": "https://github.com/smbcloudXYZ/smbcloud-cli",
"source": "github",
"id": "597171611",
"subfolder": "crates/xcrs"
},
"packages": [
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "xcrs",
"version": "0.5.4",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "named",
"name": "--mcp",
"description": "Run XCRS Mobile & TV Automation as an MCP server over stdio.",
"isRequired": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": [
"developer-tools",
"testing",
"automation"
],
"keywords": [
"mobile app testing",
"TV app testing",
"Android TV automation",
"Apple TV automation",
"adb MCP",
"iOS simulator automation",
"physical device testing",
"mobile UI automation",
"Xcode",
"ControlKit"
]
}
}
}