{
  "name": "synapse-rmcp",
  "version": "0.6.1",
  "description": "Node launcher for the Synapse Rust MCP server and CLI for Docker, host, SSH, log, ZFS, and file workflows.",
  "license": "MIT",
  "homepage": "https://github.com/jmagar/synapse-rmcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmagar/synapse-rmcp.git",
    "directory": "packages/synapse-rmcp"
  },
  "bugs": {
    "url": "https://github.com/jmagar/synapse-rmcp/issues"
  },
  "bin": {
    "synapse": "bin/synapse.js"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js",
    "test": "node --test",
    "check": "node --check bin/synapse.js && node --check scripts/install.js && node --check lib/platform.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "rmcp",
    "rust",
    "cli",
    "homelab",
    "docker",
    "docker-compose",
    "ssh",
    "zfs",
    "logs",
    "file-operations",
    "host-inspection",
    "automation",
    "claude-code",
    "codex",
    "gemini"
  ],
  "mcpName": "ai.dinglebear/synapse-rmcp"
}
