@blitzdev/iphone-mcp 0.1.8 → 0.1.10
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/blitzdotdev/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/blitzdotdev/iPhone-mcp/refs/heads/master/BlitzBlue.png" width="100" />
|
|
3
3
|
<br /><br />
|
|
4
4
|
<p>Blitz MCP server that lets AI use an iPhone</p>
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://www.npmjs.com/package/@blitzdev/iphone-mcp)
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
-
#
|
|
11
|
+
# iPhone-mcp
|
|
12
12
|
|
|
13
13
|
<!-- NOTE: Video showing a 30-second demo of Claude Code tapping through an app on a simulator, scanning UI, and taking a screenshot -->
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blitzdev/iphone-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "MCP server for controlling iOS simulators and physical iPhones",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/blitzdotdev/
|
|
9
|
+
"url": "https://github.com/blitzdotdev/iPhone-mcp.git"
|
|
10
10
|
},
|
|
11
11
|
"bin": {
|
|
12
12
|
"iphone-mcp": "dist/cli.js"
|