← Back to Plugins
MCP Server MCP

Spill

github By github 👁 1 views ▲ 0 votes

Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.

Homepage Verified source GitHub

Install

npx -y @viccalexander/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@viccalexander/spill",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "server",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "App Store Connect API issuer ID.",
          "isRequired": true,
          "format": "string",
          "name": "ASC_ISSUER_ID"
        },
        {
          "description": "App Store Connect API key ID.",
          "isRequired": true,
          "format": "string",
          "name": "ASC_KEY_ID"
        },
        {
          "description": "Absolute path to the downloaded App Store Connect .p8 private key.",
          "isRequired": true,
          "format": "filepath",
          "isSecret": true,
          "name": "ASC_PRIVATE_KEY_PATH"
        },
        {
          "description": "Numeric App Store Connect app ID.",
          "isRequired": true,
          "format": "string",
          "name": "ASC_APP_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...