Skip to content

adalloul0928/mobile-development

unversioned · 8b744041a6c0

Isolated PUMPD iOS session lanes plus reusable Simulator and HeroUI Native tooling

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

ios-simulator-mcpstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "ios-simulator-mcp@1.6.0"
  ]
}
heroui-nativestdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@heroui/native-mcp@1.1.0"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mobile-development",
  "description": "Isolated PUMPD iOS session lanes plus reusable Simulator and HeroUI Native tooling",
  "author": {
    "name": "Arend Alloul"
  },
  "extensions": {
    "com.agenttooling.adapters": {
      "claude": {
        "mcpServers": "./.mcp.json"
      },
      "codex": {
        "mcpServers": "./.mcp.json",
        "interface": {
          "displayName": "Mobile Development",
          "shortDescription": "Run isolated iOS lanes and mobile tooling",
          "longDescription": "User-scoped PUMPD iOS session lanes for Claude and Codex, plus reusable local Simulator automation, public HeroUI Native documentation, and licensed HeroUI Native Pro components.",
          "developerName": "Arend Alloul",
          "category": "Developer Tools",
          "capabilities": ["Read", "Write"],
          "defaultPrompt": ["Use the matching mobile development MCP tools for this task."]
        }
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 7JavaScript files
  • pumpd-project.json
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.agenttooling.adapters