ios-agent-mcp 2.6.0 → 2.7.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 +56 -7
- package/data/knowledge.json +1 -1
- package/dist/development-feedback.d.ts +3 -0
- package/dist/development-feedback.js +12 -0
- package/dist/development-feedback.js.map +1 -0
- package/dist/issue-report.d.ts +70 -0
- package/dist/issue-report.js +41 -0
- package/dist/issue-report.js.map +1 -0
- package/dist/unified.js +15 -3
- package/dist/unified.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/mcp.json +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# iOS Agent MCP
|
|
2
2
|
|
|
3
|
+
[Explore the website](https://nagarjuna2997.github.io/ios-agent-skill/) · [Choose your AI and install](https://nagarjuna2997.github.io/ios-agent-skill/install.html)
|
|
4
|
+
|
|
5
|
+
## Version 2.7.0
|
|
6
|
+
|
|
7
|
+
Includes real appearance-aware color catalogs and offline SVG-layer app icons,
|
|
8
|
+
Muse Code setup with verified MCP discovery, and refreshed public Apple references
|
|
9
|
+
through September 16, 2026 (27.0 releases and separately labeled 27.2 betas).
|
|
10
|
+
The CLI is included automatically. User accounts, signing profiles and credentials
|
|
11
|
+
are not package resources. Gemini CLI uses the repository extension; ChatGPT uses
|
|
12
|
+
the skills package or a separately configured MCP connection. See the
|
|
13
|
+
[client setup guide](https://nagarjuna2997.github.io/ios-agent-skill/install.html).
|
|
14
|
+
|
|
3
15
|
## One install, one MCP connection
|
|
4
16
|
|
|
5
17
|
```bash
|
|
6
18
|
claude mcp add ios-agent -- npx -y ios-agent-mcp@latest
|
|
7
19
|
```
|
|
8
20
|
|
|
9
|
-
The default server exposes
|
|
21
|
+
The default server exposes 36 tools: 12 review/metadata tools, 8 Apple reference tools, 14 simulator tools, `create_app`, and the local `prepare_issue_report` tool. 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
22
|
|
|
11
23
|
Create a starter directly:
|
|
12
24
|
|
|
@@ -30,7 +42,7 @@ This package includes two MCP binaries: `ios-agent-mcp` for local Swift project
|
|
|
30
42
|
npx -y --package=ios-agent-mcp@2.4.0 ios-agent-knowledge
|
|
31
43
|
```
|
|
32
44
|
|
|
33
|
-
Knowledge tools search 405 technologies and 96 update/release-note sources, retrieve guides, plan an app implementation, and specify separate Icon Composer layers. They do not write apps, access arbitrary project paths or claim native icon generation. [Setup](https://github.
|
|
45
|
+
Knowledge tools search 405 technologies and 96 update/release-note sources, retrieve guides, plan an app implementation, and specify separate Icon Composer layers. They do not write apps, access arbitrary project paths or claim native icon generation. [Setup](https://nagarjuna2997.github.io/ios-agent-skill/install.html).
|
|
34
46
|
|
|
35
47
|
# ios-agent-mcp
|
|
36
48
|
|
|
@@ -58,6 +70,8 @@ Claude → review_swift_concurrency
|
|
|
58
70
|
|
|
59
71
|
## Install
|
|
60
72
|
|
|
73
|
+
Choose your client: [Claude](#claude-code) · [ChatGPT / Codex](#chatgpt--codex) · [Gemini CLI](#gemini-cli) · [Muse Code](#muse-code). One server package; client connection methods differ.
|
|
74
|
+
|
|
61
75
|
### Claude Code
|
|
62
76
|
|
|
63
77
|
```bash
|
|
@@ -79,28 +93,59 @@ claude mcp add ios-agent -- npx -y ios-agent-mcp
|
|
|
79
93
|
}
|
|
80
94
|
```
|
|
81
95
|
|
|
82
|
-
###
|
|
96
|
+
### ChatGPT / Codex
|
|
97
|
+
|
|
98
|
+
**Codex** connects to the local unified server:
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
codex mcp add ios-agent -- npx -y ios-agent-mcp@latest
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**ChatGPT** has a different setup: use the skills-only release package where your account supports it, or configure a hosted HTTPS knowledge server/private MCP tunnel through a supported developer-mode flow. ChatGPT web does not run this local `npx` command itself. This project does not provide a public hosted endpoint. See the [ChatGPT setup guide](https://nagarjuna2997.github.io/ios-agent-skill/install.html#chatgpt) for account requirements and connection limits.
|
|
105
|
+
|
|
106
|
+
### Gemini CLI
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
gemini mcp add ios-agent -- npx -y ios-agent-mcp@latest
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
This adds a local MCP connection; Gemini web chat is a different product. The repository extension additionally supplies `GEMINI.md`, but its version pin must be available on npm before installing it. Use one connection method to avoid duplicate tools. [Gemini setup and verification](https://nagarjuna2997.github.io/ios-agent-skill/install.html#gemini).
|
|
113
|
+
|
|
114
|
+
### Muse Code
|
|
83
115
|
|
|
84
|
-
|
|
116
|
+
Install outside the agent sandbox:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
npm install -g ios-agent-mcp@latest
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
Merge this into `~/.config/muse/settings.json`, preserving your existing settings:
|
|
85
123
|
|
|
86
124
|
```json
|
|
87
125
|
{
|
|
126
|
+
"schema_version": 1,
|
|
88
127
|
"mcpServers": {
|
|
89
128
|
"ios-agent": {
|
|
90
|
-
"command": "
|
|
91
|
-
"args": [
|
|
129
|
+
"command": "ios-agent-mcp",
|
|
130
|
+
"args": []
|
|
92
131
|
}
|
|
93
132
|
}
|
|
94
133
|
}
|
|
95
134
|
```
|
|
96
135
|
|
|
136
|
+
Restart Muse. If the executable is not found, use its absolute path from `command -v ios-agent-mcp`. MCP discovery and a Stop hook have been verified; complete model-driven app creation has not. [Muse setup and evidence](https://nagarjuna2997.github.io/ios-agent-skill/install.html#muse).
|
|
137
|
+
|
|
138
|
+
### Other clients, including Cursor
|
|
139
|
+
|
|
140
|
+
Our primary client families are **Claude, ChatGPT/Codex, Gemini CLI and Muse**. Cursor and other MCP-compatible clients may use the generic `mcpServers` configuration shown above, but are not actively verified in this support scope. [Request another client or vote on an existing issue](https://github.com/Nagarjuna2997/ios-agent-skill/issues/new?template=client_support.md).
|
|
141
|
+
|
|
97
142
|
### From source
|
|
98
143
|
|
|
99
144
|
```bash
|
|
100
145
|
git clone https://github.com/Nagarjuna2997/ios-agent-skill.git
|
|
101
146
|
cd ios-agent-skill/mcp-server
|
|
102
147
|
npm install && npm run build
|
|
103
|
-
# then point your client at: node /absolute/path/to/mcp-server/dist/
|
|
148
|
+
# then point your client at: node /absolute/path/to/mcp-server/dist/unified.js
|
|
104
149
|
```
|
|
105
150
|
|
|
106
151
|
---
|
|
@@ -275,3 +320,7 @@ The CLI now provides `loop init`, `loop resume` and `loop status` alongside the
|
|
|
275
320
|
## 2.6.0
|
|
276
321
|
|
|
277
322
|
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).
|
|
323
|
+
|
|
324
|
+
## Local issue previews (source build; next release)
|
|
325
|
+
|
|
326
|
+
`prepare_issue_report` is included in 2.7.0. It creates a local preview from fixed failure categories and links to this project’s issue tracker. It does not collect diagnostics, open a browser, make network calls or submit issues. Show the preview to the user before opening any link. GitHub sign-in and user submission are required.
|