{
  "$schema": "http://json-schema.org/schema",
  "$id": "LensmcpSetupNest",
  "title": "setup-nest",
  "description": "Wire LensMCP into a NestJS project: add LensmcpModule.forRoot() to AppModule + add agent-dev target.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "project": {
      "type": "string",
      "description": "Target Nx project (must have an app.module.ts and main.ts).",
      "x-prompt": "Which NestJS project?",
      "x-priority": "important"
    },
    "skipFormat": { "type": "boolean", "default": false }
  },
  "required": ["project"]
}
