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
+4-4Lines changed: 4 additions & 4 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 **265 tools** across 31 workers, 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 **284 tools** across 33 workers, enabling you to automate your entire iOS/macOS release workflow through natural language.
33
33
34
34
### Key capabilities
35
35
@@ -368,7 +368,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
368
368
369
369
### Worker Filtering
370
370
371
-
The server exposes **265 tools** across 31 workers. Some MCP clients impose a tool limit (e.g., Windsurf caps at 100). Use `--workers` to enable only the workers you need:
371
+
The server exposes **284 tools** across 33 workers. Some MCP clients impose a tool limit (e.g., Windsurf caps at 100). Use `--workers` to enable only the workers you need:
372
372
373
373
```bash
374
374
# Only load apps, builds, and version lifecycle tools
@@ -432,7 +432,7 @@ For Claude (200K context) ~22K tokens is ~5–7% — negligible. For clients wit
432
432
433
433
## Available Tools
434
434
435
-
**265 tools** organized across 31 workers (use `--workers` to filter — see [Worker Filtering](#worker-filtering)):
435
+
**284 tools** organized across 33 workers (use `--workers` to filter — see [Worker Filtering](#worker-filtering)):
0 commit comments