{
  "name": "@aas-ai-editor/mcp-server",
  "version": "0.3.7",
  "description": "MCP Streamable HTTP server with Claude AI integration for AASX editing",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "aas-mcp-server": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/server.ts",
    "start": "node dist/server.js",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "pnpm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "ai",
    "aas",
    "asset-administration-shell",
    "aasx",
    "industry4.0",
    "digital-twin"
  ],
  "author": "AAS AI Editor Contributors",
  "license": "MIT",
  "homepage": "https://github.com/hadijannat/aas-ai-editor#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hadijannat/aas-ai-editor.git",
    "directory": "packages/mcp-server"
  },
  "bugs": {
    "url": "https://github.com/hadijannat/aas-ai-editor/issues"
  },
  "dependencies": {
    "@aas-ai-editor/core": "workspace:*",
    "@anthropic-ai/sdk": "^0.30.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "cors": "^2.8.6",
    "express": "^4.21.0",
    "express-rate-limit": "^8.2.1",
    "helmet": "^8.1.0",
    "mammoth": "^1.11.0",
    "pdfjs-dist": "^5.4.624",
    "pino": "^9.4.0",
    "pino-pretty": "^11.2.0",
    "uuid": "^10.0.0",
    "xlsx": "^0.18.5",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/cors": "^2.8.19",
    "@types/express": "^4.17.21",
    "@types/node": "^22.7.0",
    "@types/uuid": "^10.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.54.0",
    "vitest": "^2.1.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
