@srmorete/mobile-device-mcp 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +3 -2
- package/package.json +2 -1
package/bin/cli.js
CHANGED
|
@@ -29626,7 +29626,8 @@ function registerTools(server) {
|
|
|
29626
29626
|
// package.json
|
|
29627
29627
|
var package_default = {
|
|
29628
29628
|
name: "@srmorete/mobile-device-mcp",
|
|
29629
|
-
|
|
29629
|
+
mcpName: "io.github.srmorete/mobile-device-mcp",
|
|
29630
|
+
version: "0.1.2",
|
|
29630
29631
|
description: "An MCP server to control iOS and Android devices — Native and WebView, multi-device",
|
|
29631
29632
|
license: "MIT",
|
|
29632
29633
|
repository: {
|
|
@@ -29680,4 +29681,4 @@ main().catch(async (err) => {
|
|
|
29680
29681
|
console.error("Fatal error:", err);
|
|
29681
29682
|
await cleanupAll();
|
|
29682
29683
|
process.exit(1);
|
|
29683
|
-
});
|
|
29684
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@srmorete/mobile-device-mcp",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.srmorete/mobile-device-mcp",
|
|
4
|
+
"version": "0.1.2",
|
|
4
5
|
"description": "An MCP server to control iOS and Android devices — Native and WebView, multi-device",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"repository": {
|