{
  "name": "remote-console-mcp",
  "version": "1.4.0",
  "description": "MCP server for Remote Console with API token authentication",
  "main": "dist/index.js",
  "bin": {
    "remote-console-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "remote-console",
    "cursor",
    "webview",
    "debug"
  ],
  "author": "yuzhenyu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinjiyu/remote-console.git",
    "directory": "mcp-server"
  },
  "homepage": "https://github.com/shinjiyu/remote-console/tree/main/mcp-server",
  "bugs": {
    "url": "https://github.com/shinjiyu/remote-console/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "ws": "^8.16.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/ws": "^8.5.10",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
