{
  "schemaVersion": 1,
  "id": "design",
  "displayName": "Design",
  "description": "Explore, compare, iterate, and export interactive UI design prototypes from the Design app.",
  "hosted": {
    "url": "https://design.agent-native.com",
    "mcpUrl": "https://design.agent-native.com/mcp"
  },
  "mcp": {
    "serverName": "agent-native-design"
  },
  "local": {
    "template": "design",
    "sourcePath": ".",
    "defaultUrl": "http://127.0.0.1:8099",
    "commands": {
      "install": "pnpm install",
      "dev": "pnpm dev",
      "start": "pnpm start"
    }
  },
  "auth": {
    "mode": "oauth",
    "setup": "Authenticate with the Design MCP connector in the host app or use agent-native app-skill ensure to register the URL-only connector."
  },
  "surfaces": [
    {
      "id": "design-exploration",
      "action": "present-design-variants",
      "path": "/design"
    },
    {
      "id": "visual-edit",
      "action": "add-localhost-screens",
      "path": "/design"
    }
  ],
  "skills": [
    {
      "path": ".agents/skills/design-templates",
      "visibility": "both",
      "exportAs": "design-templates"
    },
    {
      "path": ".agents/skills/design-generation",
      "visibility": "both",
      "exportAs": "design-exploration"
    },
    {
      "path": ".agents/skills/visual-edit",
      "visibility": "both",
      "exportAs": "visual-edit"
    },
    {
      "path": ".agents/skills/design-review-feedback",
      "visibility": "both",
      "exportAs": "design-review-feedback"
    },
    {
      "path": ".agents/skills/creative-context",
      "visibility": "internal"
    }
  ],
  "hostAdapters": [
    "codex-plugin",
    "claude-marketplace",
    "vercel-skills",
    "plain-skill",
    "claude-skill",
    "chatgpt-mcp",
    "generic-mcp"
  ]
}
