{ "name": "casemargin-mcp-server", "version": "1.0.2", "description": "MCP server exposing CaseMargin support case reasoning tools: structured case briefs and escalation readiness scoring", "mcpName": "com.casemargin/casemargin-mcp-server", "type": "module", "main": "dist/index.js", "bin": { "casemargin-mcp-server": "dist/index.js" }, "files": [ "dist", "src", "README.md", "SECURITY.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "support", "casemargin", "escalation", "case-brief" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Casemargin/casemargin-mcp-server.git" }, "bugs": { "url": "https://github.com/Casemargin/casemargin-mcp-server/issues" }, "homepage": "https://casemargin.com", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^24.0.0", "typescript": "^5.7.0" } }