{
  "name": "@sleep2agi/commhub-server",
  "version": "0.9.0-preview.30",
  "description": "CommHub Server — AI Agent communication hub with MCP protocol, multi-network isolation, user auth, and MCP tools (17 collaboration-core + node/provider ops tools; authoritative list: docs-site/docs/api/mcp-tools.md).",
  "type": "module",
  "main": "src/index.ts",
  "bin": {
    "commhub-server": "bin/commhub.ts"
  },
  "files": [
    "src",
    "bin"
  ],
  "scripts": {
    "start": "COMMHUB_SERVER=1 bun run src/index.ts",
    "dev": "COMMHUB_SERVER=1 bun --watch run src/index.ts",
    "test": "bun run scripts/test-aggregate.ts"
  },
  "keywords": [
    "commhub",
    "mcp",
    "agent",
    "ai",
    "sse",
    "server",
    "orchestration",
    "multi-network",
    "auth",
    "license"
  ],
  "author": "sleep2agi",
  "license": "Apache-2.0",
  "homepage": "https://anet.sh",
  "repository": {
    "type": "git",
    "url": "https://github.com/sleep2agi/agent-network",
    "directory": "server"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/sleep2agi/agent-network/issues"
  },
  "engines": {
    "bun": ">=1.2.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "bun-types": "^1.3.13",
    "hono": "^4.12.25",
    "zod": "^4.4.3"
  }
}
