ios-agent-mcp 2.5.1 → 2.6.0

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 CHANGED
@@ -1,17 +1,17 @@
1
1
  # iOS Agent MCP
2
2
 
3
- ## One install, one MCP connection (2.5.1)
3
+ ## One install, one MCP connection
4
4
 
5
5
  ```bash
6
- claude mcp add ios-agent -- npx -y ios-agent-mcp@2.5.1
6
+ claude mcp add ios-agent -- npx -y ios-agent-mcp@latest
7
7
  ```
8
8
 
9
- The default server exposes 34 tools: 11 Swift reviews, 8 Apple reference tools, 14 simulator tools, and `create_app`. App scaffolding and simulator packages install automatically as dependencies; no separate installation or MCP connection is needed. Remove the separate knowledge/simulator connections if you previously configured them to avoid duplicate tools.
9
+ The default server exposes 35 tools: 12 review/metadata tools, 8 Apple reference tools, 14 simulator tools, and `create_app`. App scaffolding and simulator packages install automatically as dependencies; no separate installation or MCP connection is needed. Remove the separate knowledge/simulator connections if you previously configured them to avoid duplicate tools.
10
10
 
11
11
  Create a starter directly:
12
12
 
13
13
  ```bash
14
- npx -y ios-agent-mcp@2.5.1 new MyApp --brief "A reading list with local storage" --xcodegen
14
+ npx -y ios-agent-mcp@latest new MyApp --brief "A reading list with local storage" --xcodegen
15
15
  ```
16
16
 
17
17
  Requires Node.js 20+. Simulator operations require macOS and Xcode; XcodeGen is required to generate an Xcode project from the starter specification. The agent implements app features using the starter, source tools and verification tools. One install is not autonomous app generation. The default connection now includes tools that write files and operate the simulator; review and reference tools remain read-only.
@@ -267,3 +267,11 @@ before, which is exactly how 2.0.1 shipped with a manifest reading 1.0.0.
267
267
  ## License
268
268
 
269
269
  MIT — see [LICENSE](./LICENSE).
270
+
271
+ ## App-building loop preview (source checkout)
272
+
273
+ The CLI now provides `loop init`, `loop resume` and `loop status` alongside the unified MCP connection. See the [workflow guide](../docs/tooling/app-building-loop.md) and [reading-list demo](../samples/ReadingList/README.md) for reproducible acceptance checks, bounded Claude repairs, simulator evidence and saved progress. Real Claude repair is not yet integration-verified; the published npm version does not include this preview.
274
+
275
+ ## 2.6.0
276
+
277
+ Adds `review_app_intents` with conservative SiriKit migration advice and opt-in Apple Intelligence schema/onscreen checks. Apple snapshots refreshed after the iOS 27 release. Includes the preview `loop` CLI; real Claude repair remains unverified. See [release verification](https://github.com/Nagarjuna2997/ios-agent-skill/blob/main/docs/apple/ios-27-release-verification.md) and [complete tools](https://github.com/Nagarjuna2997/ios-agent-skill/blob/main/docs/mcp/tools.md).