mcp-asc 2.0.2 → 2.0.3
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/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-asc",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "App Store Connect MCP server — manage iOS/macOS apps, TestFlight, in-app subscriptions, and App Store metadata from Cursor, Claude, or any Model Context Protocol client. Uses official App Store Connect API.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/beautyfree/appstore-connect-mcp.git"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
|
+
"appstore",
|
|
11
|
+
"connect",
|
|
12
|
+
"mcp",
|
|
13
|
+
"appstore connect",
|
|
10
14
|
"app-store-connect",
|
|
11
15
|
"app store connect",
|
|
12
|
-
"mcp",
|
|
13
16
|
"model-context-protocol",
|
|
14
17
|
"apple",
|
|
15
18
|
"ios",
|