Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth-check | Check authentication status for App Store Connect / Google Play Console. |
| apps-init | Query app list from store API and register automatically. App Store: auto-register all apps, Google Play: packageName required. |
| apps-add | Register individual app by bundleId or packageName. Automatically checks both stores. |
| apps-search | Search registered apps. Returns all apps if called without query. |
| aso-pull | Fetch ASO data from App Store/Google Play and save to local cache. |
| aso-push | Push ASO data from local cache to App Store/Google Play. |
| release-check-versions | Check latest versions from App Store/Google Play. |
| release-create | Create a new version on App Store/Google Play. If version is not provided, checks and displays latest versions from each store. |
| release-pull-notes | Fetch release notes from App Store/Google Play. |
| release-update-notes | Update release notes (What's New) for App Store/Google Play version. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |