{
  "name": "hive",
  "version": "1.4.8",
  "description": "Plan-first AI development with batched parallelism. Native Claude Code implementation of the Agent Hive workflow.",
  "author": {
    "name": "Agent Hive",
    "url": "https://github.com/tctinh/agent-hive"
  },
  "homepage": "https://github.com/tctinh/agent-hive",
  "repository": "https://github.com/tctinh/agent-hive",
  "license": "MIT",
  "keywords": ["hive", "planning", "orchestration", "worktree", "tdd", "parallel"],
  "hooks": "./hooks/hooks.json",
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "-p", "@tctinh/agent-hive-mcp@latest", "hive-mcp"]
    }
  }
}
