UNPKG

@iflow-mcp/ejmockler-brutalist

Version:

Deploy Claude, Codex & Gemini CLI agents to demolish your work before users do. Real file analysis. Brutal honesty. Now with conversation continuation & intelligent pagination.

117 lines (116 loc) 3.22 kB
{ "name": "@iflow-mcp/ejmockler-brutalist", "version": "1.6.0", "description": "Deploy Claude, Codex & Gemini CLI agents to demolish your work before users do. Real file analysis. Brutal honesty. Now with conversation continuation & intelligent pagination.", "type": "module", "main": "dist/index.js", "bin": { "iflow-mcp_ejmockler-brutalist": "./dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.js.map", "dist/**/*.d.ts.map", "!dist/**/*.test.*", "README.md", "LICENSE" ], "scripts": { "clean": "rm -rf dist", "prebuild": "npm run clean", "build": "tsc && chmod +x dist/index.js", "prepare": "npm run build", "prepublishOnly": "npm test -- tests/unit tests/integration/pagination-e2e.test.ts tests/integration/cache.integration.test.ts && npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "npm run build && npm start", "debug": "DEBUG=true node --trace-warnings dist/index.js", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "test": "jest", "test:unit": "jest --config jest.config.js", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest --config jest.integration.config.js --detectOpenHandles", "test:integration:watch": "jest --config jest.integration.config.js --watch", "test:all": "npm run test:unit && npm run test:integration", "test:fast": "npm run test:unit" }, "keywords": [ "mcp-server", "model-context-protocol", "anthropic-claude", "claude-code", "ai-code-review", "code-analysis", "static-analysis", "code-quality", "security-audit", "vulnerability-scanning", "architecture-review", "code-critique", "technical-debt", "multi-agent", "brutalist", "brutal", "honest-ai", "reality-check", "mcp", "llm", "ai", "claude", "codex", "gemini", "openai", "anthropic", "google-ai", "cli-agents", "developer-tools", "devtools", "code-review", "research-critique", "product-review", "infrastructure-review", "production-ready", "pagination", "chunking" ], "author": "Claude Code", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ejmockler/brutalist-mcp.git" }, "bugs": { "url": "https://github.com/ejmockler/brutalist-mcp/issues" }, "homepage": "https://github.com/ejmockler/brutalist-mcp#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.1", "express": "^4.18.2", "zod": "^3.24.2" }, "devDependencies": { "@types/eventsource": "^1.1.15", "@types/express": "^4.17.21", "@types/jest": "^30.0.0", "@types/node": "^20.17.28", "@types/node-fetch": "^2.6.13", "@types/supertest": "^6.0.3", "@types/ws": "^8.18.1", "dotenv": "^17.2.2", "eventsource": "^4.0.0", "jest": "^30.1.3", "node-fetch": "^3.3.2", "supertest": "^7.1.4", "ts-jest": "^29.4.2", "typescript": "^5.8.2", "ws": "^8.18.3" } }