io.github.rabdulsal

appstore-release-mcp

App Store release pilot — version bump, TestFlight upload, metadata, review submission

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

APPLE_KEY_ID(str)
Required

App Store Connect API key ID

APPLE_ISSUER_ID(str)
Required

App Store Connect API issuer ID

ASC_KEY_PATH(str)

Path to the .p8 App Store Connect API private key (alternative: APPLE_KEY_CONTENT with base64-encoded key)

APPLE_KEY_CONTENT(str)
Secret

Base64-encoded .p8 private key content (alternative to ASC_KEY_PATH)

APPLE_TEAM_ID(str)

Apple Developer team ID (required for builds/uploads)

ASC_BUNDLE_ID(str)
Required

Bundle identifier of the app to manage, e.g. com.example.myapp

ASC_PROJECT_DIR(str)

Xcode project root where fastlane runs (default: current working directory)

ASC_PLATFORM(str)

App Store platform: IOS (default), MAC_OS, TV_OS, or VISION_OS

ASC_FASTLANE_LANE(str)

Fastlane lane used for archive + upload (default: beta)

ASC_FASTLANE_PLATFORM(str)

Fastlane platform prefix, e.g. mac or ios

ASC_UPLOAD_CMD(str)

Full override of the upload command, e.g. 'bundle exec fastlane ios beta'