{ "name": "claude-army", "mcpName": "io.github.robbhimself-1337/claude-army", "version": "0.4.1", "description": "MCP server for orchestrating Claude Code agents across multiple projects", "type": "module", "main": "src/index.js", "bin": { "claude-army": "src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0" }, "keywords": ["mcp", "claude", "claude-code", "agent", "orchestration"], "license": "MIT", "author": "robbhimself", "repository": { "type": "git", "url": "https://github.com/robbhimself-1337/claude-army.git" } }