{ "name": "context-firewall", "mcpName": "io.github.Alepha188838884/context-firewall", "version": "0.4.0", "description": "MCP proxy that collapses 50+ downstream tools into 4 meta-tools and compresses tool outputs (HTML, base64, huge JSON) so AI agents spend far fewer context tokens - works with any MCP client, any model.", "type": "module", "bin": { "context-firewall": "dist/cli.js" }, "files": [ "dist", "README.md", "README.zh.md", "LICENSE", "context-firewall.example.json" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsc", "test": "vitest run", "test:unit": "vitest run test/unit", "test:integration": "vitest run test/integration" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "mcp-proxy", "mcp-gateway", "proxy", "gateway", "context", "compression", "token", "claude", "llm", "agent", "ai-agent", "token-compression", "context-window" ], "author": "Eric", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Alepha188838884/context-firewall.git" }, "dependencies": { "@mixmark-io/domino": "^2.2.0", "@modelcontextprotocol/sdk": "^1.29.0", "turndown": "^7.2.4", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^26.1.1", "@types/turndown": "^5.0.6", "tsx": "^4.23.0", "typescript": "^7.0.2", "vitest": "^4.1.10" } }