{
  "name": "platformio-mcp",
  "version": "3.0.0",
  "description": "PIO Agent builds, flashes, tests, and monitors PlatformIO firmware safely from Codex using PlatformIO MCP.",
  "author": {
    "name": "PIO Agent Contributors",
    "url": "https://github.com/jl-codes"
  },
  "homepage": "https://github.com/jl-codes/platformio-mcp#readme",
  "repository": "https://github.com/jl-codes/platformio-mcp",
  "license": "MIT",
  "keywords": [
    "platformio",
    "pio-agent",
    "embedded",
    "firmware",
    "microcontroller",
    "serial-monitor",
    "hardware-in-the-loop"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "PIO Agent",
    "shortDescription": "Your PlatformIO build, flash, and monitor agent.",
    "longDescription": "Built on PlatformIO MCP, PIO Agent is a complete local embedded control plane for Codex: discover boards, inspect projects, diagnose builds, flash with policy-backed approvals, monitor serial output, run hardware tests, and operate the live dashboard.",
    "developerName": "PIO Agent Contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/jl-codes/platformio-mcp",
    "brandColor": "#1687F8",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "screenshots": [
      "./assets/screenshot-dashboard.png"
    ],
    "defaultPrompt": [
      "Inspect and validate this PlatformIO project.",
      "Build, flash with approval, and verify the device output.",
      "Open the PIO Agent dashboard and monitor this device."
    ]
  }
}
