{
  "name": "@modelcontextprotocol/inspector-cli",
  "version": "1.0.0",
  "description": "CLI for the Model Context Protocol inspector",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Model Context Protocol a Series of LF Projects, LLC.",
  "homepage": "https://modelcontextprotocol.io",
  "bugs": "https://github.com/modelcontextprotocol/inspector/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/modelcontextprotocol/inspector",
    "directory": "cli"
  },
  "main": "build/cli.js",
  "type": "module",
  "bin": {
    "mcp-inspector-cli": "build/cli.js"
  },
  "files": [
    "build",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "node scripts/make-executable.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cli": "vitest run cli.test.ts",
    "test:cli-tools": "vitest run tools.test.ts",
    "test:cli-headers": "vitest run headers.test.ts",
    "test:cli-metadata": "vitest run metadata.test.ts"
  },
  "devDependencies": {
    "@types/express": "^5.0.0",
    "tsx": "^4.7.0",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.2",
    "commander": "^13.1.0",
    "express": "^5.2.1",
    "spawn-rx": "^5.1.2"
  }
}
