{
  "name": "@ikenga/mcp-iyke",
  "version": "0.2.3",
  "mcpName": "dev.ikenga/mcp-iyke",
  "description": "Model Context Protocol (MCP) server that exposes the Ikenga desktop app's iyke control bridge — drive a running Tauri AI workspace from any MCP client (Claude, Cursor, etc.).",
  "license": "Apache-2.0",
  "author": "Royalti, Inc.",
  "homepage": "https://github.com/ikenga-hq/ikenga-pkgs/tree/main/packages/mcp/iyke#readme",
  "bugs": {
    "url": "https://github.com/ikenga-hq/ikenga-pkgs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikenga-hq/ikenga-pkgs.git",
    "directory": "packages/mcp/iyke"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ikenga",
    "iyke",
    "claude",
    "anthropic",
    "ai",
    "desktop",
    "tauri",
    "control-bridge"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "iyke-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "src",
    "manifest.json",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@ikenga/contract": "^0.3.0",
    "@modelcontextprotocol/sdk": "^1.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "echo 'no tests yet — see CONTRIBUTING.md' && exit 0"
  }
}