{
  "name": "@bcility/al-performance-mcp",
  "version": "2.1.3",
  "description": "MCP server for Business Central AL performance pattern analysis — detects 38 anti-patterns with SQL impact data and workshop hints",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "al",
    "business-central",
    "dynamics-365",
    "performance",
    "static-analysis",
    "bc-tech-days"
  ],
  "author": "BCILITY",
  "license": "MIT",
  "homepage": "https://bcility.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BCILITY-DOO/MCP-AL-Performance.git"
  },
  "bin": {
    "al-performance-mcp": "bin/al-performance-mcp.js"
  },
  "files": [
    "bin/",
    "server.py",
    "requirements.txt",
    "README.md",
    "images/"
  ],
  "engines": {
    "node": ">=18"
  }
}
