{
  "name": "abap-mcp",
  "version": "0.10.0",
  "mcpName": "io.github.palimkarakshay/abap-mcp",
  "description": "Make your AI coding agent an expert SAP ABAP & RAP consultant: offline code review (abaplint), ABAP Cloud / Clean Core readiness grades, released-API checks, rework verdicts, and RAP scaffolding — no SAP system, no credentials, installs with one npx command.",
  "license": "MIT",
  "author": "Akshay Palimkar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/palimkarakshay/abap-mcp.git"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "sap",
    "abap",
    "rap",
    "abaplint",
    "clean-core",
    "abap-cloud",
    "static-analysis",
    "code-review",
    "ai-agent",
    "s4hana",
    "clean-abap",
    "scaffolding"
  ],
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "abap-mcp": "dist/cli.js",
    "abap-mcp-http": "dist/http.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "PRIVACY.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/copy-data.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "check": "npm run typecheck && npm run test && npm run build && node evals/routing/run.mjs",
    "eval:routing": "npm run build --silent && node evals/routing/run.mjs",
    "eval:routing:report": "npm run build --silent && node evals/routing/run.mjs --write",
    "prepublishOnly": "npm run check",
    "start": "node dist/cli.js",
    "start:http": "node dist/http.js"
  },
  "dependencies": {
    "@abaplint/core": "^2.120.13",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  }
}
