{
  "$schema": "http://json-schema.org/schema",
  "$id": "LensmcpSetupVite",
  "title": "setup-vite",
  "description": "Wire LensMCP into a Vite project: add @lensmcp/vite-plugin to vite.config.ts, add the agent-dev Nx target.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "project": {
      "type": "string",
      "description": "Target Nx project (must already exist and have a vite.config.ts).",
      "x-prompt": "Which Vite project?",
      "x-priority": "important"
    },
    "skipFormat": { "type": "boolean", "default": false }
  },
  "required": ["project"]
}
