{
  "name": "@endiagram/mcp",
  "version": "0.3.16",
  "description": "MCP server for EN Diagram — six questions about any system (structure, invariants, liveness, reachability, equivalence, composition) answered with graph theory. Plus a render tool. Pure math, no AI inside the computation.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "endiagram-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "tools.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "keywords": [
    "mcp",
    "endiagram",
    "structural-analysis",
    "graph-theory",
    "dependency-graph"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dushyant30suthar/endiagram-mcp"
  },
  "engines": {
    "node": ">=18"
  },
  "mcpName": "io.github.dushyant30suthar/endiagram-mcp"
}
