{ "name": "phi-guard-mcp", "version": "0.2.0", "mcpName": "io.github.Abidit/phi-guard-mcp", "description": "Local-first MCP server that detects PHI flowing into LLM prompts, logs, and analytics calls in source code", "keywords": [ "mcp", "healthcare", "hipaa", "phi", "compliance", "llm-security" ], "license": "MIT", "author": "Abidit Shrestha ", "repository": { "type": "git", "url": "git+https://github.com/Abidit/phi-guard-mcp.git" }, "bugs": { "url": "https://github.com/Abidit/phi-guard-mcp/issues" }, "homepage": "https://github.com/Abidit/phi-guard-mcp#readme", "type": "module", "bin": { "phi-guard-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run verify", "typecheck": "tsc --noEmit && tsc -p test/tsconfig.json", "dev": "tsx src/index.ts", "verify": "npm run typecheck && npm test", "test": "npm run build && tsx test/coverage.ts", "test:smoke": "npm run build && tsx test/smoke.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.4.0", "tsx": "^4.23.12", "typescript": "^7.0.2" } }