You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
30
30
## Overview
31
31
32
-
**asc-mcp** is a Swift-based MCP server that bridges [Claude](https://claude.ai) (or any MCP-compatible host) with the [App Store Connect API](https://developer.apple.com/documentation/appstoreconnectapi). It exposes **389 tools** across 32 worker domains, enabling you to automate your entire iOS/macOS release workflow through natural language.
32
+
**asc-mcp** is a Swift-based MCP server that bridges [Claude](https://claude.ai) (or any MCP-compatible host) with the [App Store Connect API](https://developer.apple.com/documentation/appstoreconnectapi). It exposes **389 tools** across 30 App Store tool domains + 2 core domains, enabling you to automate your entire iOS/macOS release workflow through natural language.
33
33
34
34
### Key capabilities
35
35
@@ -54,7 +54,7 @@
54
54
```bash
55
55
# 1. Install via Mint
56
56
brew install mint
57
-
mint install zelentsov-dev/asc-mcp@v2.4.0
57
+
mint install zelentsov-dev/asc-mcp@v3.0.2
58
58
59
59
# 2. Add to Claude Code with env vars (simplest setup)
60
60
claude mcp add asc-mcp \
@@ -86,7 +86,7 @@ Or use a JSON config file — see [Configuration](#configuration) below.
86
86
brew install mint
87
87
88
88
# Install asc-mcp from GitHub
89
-
mint install zelentsov-dev/asc-mcp@v2.4.0
89
+
mint install zelentsov-dev/asc-mcp@v3.0.2
90
90
91
91
# Register in Claude Code
92
92
claude mcp add asc-mcp -- ~/.mint/bin/asc-mcp
@@ -97,13 +97,13 @@ To install a specific branch or tag:
97
97
```bash
98
98
mint install zelentsov-dev/asc-mcp@main # main branch
99
99
mint install zelentsov-dev/asc-mcp@develop # develop branch
100
-
mint install zelentsov-dev/asc-mcp@v2.4.0# specific tag
100
+
mint install zelentsov-dev/asc-mcp@v3.0.2# specific tag
101
101
```
102
102
103
103
To update to the latest version:
104
104
105
105
```bash
106
-
mint install zelentsov-dev/asc-mcp@v2.4.0 --force
106
+
mint install zelentsov-dev/asc-mcp@v3.0.2 --force
107
107
```
108
108
109
109
### Option B: Build from Source
@@ -372,7 +372,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
372
372
373
373
### Worker Filtering
374
374
375
-
The server exposes **389 tools** across 32 worker domains. Some MCP clients impose a tool limit (e.g., Windsurf caps at 100). Use `--workers` to enable only the workers you need:
375
+
The server exposes **389 tools** across 30 App Store tool domains + 2 core domains. Some MCP clients impose a tool limit (e.g., Windsurf caps at 100). Use the 32 `--workers` filter keys to enable only the workers you need:
376
376
377
377
```bash
378
378
# Only load apps, builds, and version lifecycle tools
@@ -470,11 +470,11 @@ When connected to an LLM client, tool definitions consume context tokens. Here's
<summary><strong>Build processing takes too long</strong></summary>
1122
1132
1123
-
Use `builds_wait_for_processing` with a reasonable timeout (default 1800s). Apple's build processing typically takes 5–30 minutes but can be longer during peak times.
1133
+
Use `builds_get_processing_status` to inspect the current processing state and `builds_check_readiness` to verify App Store/TestFlight readiness. Apple's build processing typically takes 5-30 minutes but can be longer during peak times.
0 commit comments