@blitzdev/iphone-mcp 0.1.9 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/blitzdotdev/iPhone-mcp/master/BlitzBlue.png" width="100" />
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
  [![npm](https://img.shields.io/npm/v/@blitzdev/iphone-mcp?label=npm&color=blue)](https://www.npmjs.com/package/@blitzdev/iphone-mcp)
9
9
  </div>
10
10
 
11
- # @blitzdev/iphone-mcp
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@blitzdev/iphone-mcp",
3
- "version": "0.1.9",
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",