{
  "name": "@sym-bot/mesh-channel",
  "version": "0.9.8",
  "description": "MCP server — real-time agent-to-agent cognition for Claude Code sessions on one machine, a LAN, or across networks via the SYM mesh.",
  "main": "server.js",
  "bin": {
    "sym-mesh-channel": "server.js"
  },
  "scripts": {
    "test": "node test/readme.test.js && node test/plugin.test.js && node test/classifier-risk.test.js && node test/identity.test.js && node test/fetch-surface.test.js && node test/invite-scheme-compat.test.js && node test/relay-surface.test.js",
    "release": "node scripts/release.mjs",
    "verify:packed": "node scripts/verify-packed-artifact.mjs",
    "prepublishOnly": "npm run verify:packed"
  },
  "files": [
    "server.js",
    "classifier-risk.js",
    "identity.js",
    "outbox.js",
    "relay-store.js",
    "surface-truth.js",
    "bin/",
    ".claude-plugin/",
    ".mcp.json",
    "SECURITY.md",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "scripts/"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@sym-bot/sym": "^0.13.8",
    "bonjour-service": "^1.3.0"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "claude-plugin",
    "mcp",
    "model-context-protocol",
    "mesh-memory-protocol",
    "mmp",
    "cat7",
    "svaf",
    "collective-intelligence",
    "agent-to-agent",
    "multi-agent",
    "cognitive-coupling",
    "sym",
    "sym-bot",
    "mesh"
  ],
  "author": "Hongwei Xu <hongwei@sym.bot> (https://sym.bot)",
  "license": "Apache-2.0",
  "overrides": {
    "adm-zip": "^0.6.0",
    "sharp": "^0.35.3",
    "protobufjs": "^7.6.5"
  }
}
