{
  "name": "aura-mcp-connect",
  "version": "0.6.0",
  "description": "Connect any MCP client to AURA's on-device MCP server. One shared local daemon owns the WebRTC link to the phone and serves MCP over Streamable HTTP on localhost — every client (Claude Code, Claude Desktop, VS Code, Cursor, Cline, Windsurf, Zed) shares the single phone connection instead of fighting over it. End-to-end encrypted over WebRTC DTLS.",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "aura-mcp": "src/index.js",
    "aura-mcp-connect": "src/index.js"
  },
  "files": [
    "src",
    "firebase-config.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@roamhq/wrtc": "^0.10.0",
    "firebase": "^12.15.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "aura",
    "android",
    "webrtc",
    "datachannel",
    "remote-bridge"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Dinesh210805/aura-live-mcp.git",
    "directory": "aura-mcp-connect"
  },
  "scripts": {
    "postinstall": "node src/postinstall.js",
    "test": "node --check src/index.js && node --check src/webrtc-bridge.js && node --check src/config.js && node --check src/phone-transport.js && node --check src/proxy-core.js && node --check src/daemon.js && node --check src/stdio-shim.js && node test/daemon.test.mjs && node test/shim.test.mjs"
  }
}
