{
  "name": "@agentar/agentic-design-mobile-mcp",
  "version": "0.0.2",
  "description": "MCP server for Agentic UI Mobile component docs and examples (local markdown).",
  "type": "module",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./esm/index.d.ts",
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  },
  "bin": {
    "agentic-design-mobile-mcp": "./esm/cli.js"
  },
  "scripts": {
    "dev": "father dev",
    "build": "father build && node ./scripts/copy-components.mjs",
    "build:deps": "father prebundle",
    "prepublishOnly": "father doctor && npm run build"
  },
  "keywords": [
    "agentic-design-mobile-mcp",
    "@agentar/agentic-design-mobile"
  ],
  "author": {
    "name": "tangxiaoxin",
    "email": "1302947749@qq.com",
    "url": "https://github.com/hey-tangxiaoxin"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "ISC",
  "files": [
    "esm",
    "cjs",
    "components"
  ],
  "devDependencies": {
    "@types/node": "^25.5.0",
    "father": "^4.6.17"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "zod": "^4.3.6"
  }
}
