{
  "name": "mta-mcp",
  "version": "3.17.2",
  "description": "MTA - 智能编码助手 MCP 服务器（规范 + 技能 + 诊断 + 模板 + 记忆 + 思考）",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "mta": "bin/mta.cjs",
    "mta-mcp": "bin/mta.cjs"
  },
  "files": [
    "bin/",
    "dist/",
    "standards/",
    "agents/",
    "templates/",
    "troubleshooting/",
    "ui/",
    "README.md"
  ],
  "scripts": {
    "sync": "node scripts/sync-resources.cjs",
    "build": "tsup",
    "build:full": "npm run sync && tsup",
    "watch": "tsup --watch",
    "start": "node bin/mta.js",
    "dev": "tsup --watch",
    "prepare": "npm run build",
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run sync && npm run build && npm test"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "copilot",
    "github-copilot",
    "claude",
    "ai",
    "agents",
    "coding-standards",
    "project-analysis",
    "typescript",
    "vue",
    "react"
  ],
  "author": "ForLear",
  "license": "MIT",
  "homepage": "https://github.com/ForLear/copilot-prompts#readme",
  "bugs": {
    "url": "https://github.com/ForLear/copilot-prompts/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.24.3",
    "@modelcontextprotocol/server-filesystem": "^2026.1.14",
    "@modelcontextprotocol/server-memory": "^2025.11.25",
    "@modelcontextprotocol/server-sequential-thinking": "^2025.12.18",
    "axios": "^1.6.5",
    "fast-glob": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@vitest/coverage-v8": "^4.0.16",
    "tsup": "^8.5.1",
    "typescript": "^5.3.3",
    "vitest": "^4.0.16"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForLear/copilot-prompts.git",
    "directory": "mcp-server"
  }
}
