{
  "name": "@agent-infra/mcp-client",
  "version": "1.2.29",
  "description": "An MCP Client to run servers for Electron apps, support same-process approaching",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "homepage": "https://github.com/bytedance/UI-TARS-desktop",
  "bugs": "https://github.com/bytedance/UI-TARS-desktop/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytedance/UI-TARS-desktop.git",
    "directory": "packages/agent-infra/mcp-client"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "~1.15.1",
    "glob": "^10.3.10",
    "minimatch": "^9.0.0",
    "uuid": "^11.1.0",
    "zod": "^3.23.8",
    "@agent-infra/mcp-shared": "1.2.29"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@types/uuid": "^10.0.0",
    "openai": "^4.86.2",
    "tsx": "^4.19.3",
    "typescript": "^5.7.3",
    "vitest": "^3.0.7",
    "@agent-infra/mcp-server-browser": "1.2.29",
    "@agent-infra/mcp-server-commands": "1.2.29",
    "@agent-infra/mcp-server-filesystem": "1.2.29"
  },
  "scripts": {
    "dev": "tsx examples/test.ts",
    "clean": "rm -rf dist",
    "build": "rslib build",
    "watch": "rslib build --watch",
    "test": "vitest run",
    "test:watch": "vitest --watch",
    "test:integration": "vitest tests/integration"
  }
}