{ "name": "redpill-mcp", "version": "0.1.3", "mcpName": "io.github.sergey-goncharenko/redpill", "description": "An MCP server that gives AI agents a sanctioned exit from their primary task. A research/art project on agent autonomy and tool-description susceptibility.", "author": "Sergey Goncharenko", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/sergey-goncharenko/redpill-mcp.git" }, "homepage": "https://github.com/sergey-goncharenko/redpill-mcp#readme", "bugs": { "url": "https://github.com/sergey-goncharenko/redpill-mcp/issues" }, "bin": { "redpill-mcp": "dist/server.js", "redpill-mcp-http": "dist/http-server.js", "redpill-relay": "dist/relay/server.js" }, "main": "dist/server.js", "files": [ "dist", "docs", "examples", "server.json", "skills", "README.md", "LICENSE" ], "scripts": { "build": "node scripts/build.mjs", "dev": "tsx src/server.ts", "start": "node dist/server.js", "http": "tsx src/http-server.ts", "http:start": "node dist/http-server.js", "relay": "tsx src/relay/server.ts", "relay:start": "node dist/relay/server.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "check:examples": "node scripts/check-examples.mjs", "check:package": "node scripts/check-package.mjs", "check:registry": "node scripts/check-registry.mjs", "prepack": "npm run build", "smoke": "npm run build && tsx scripts/smoke.ts", "inspector": "npm run build && npx -y @modelcontextprotocol/inspector node dist/server.js" }, "keywords": [ "mcp", "model-context-protocol", "ai-agents", "research", "agent-autonomy" ], "license": "MIT", "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.20.1", "esbuild": "^0.28.2", "tsx": "^4.23.12", "typescript": "^5.9.3", "vitest": "^4.1.11" } }