{ "name": "@modelcontextprotocol/inspector-cli", "version": "0.19.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", "main": "build/cli.js", "type": "module", "bin": { "mcp-inspector-cli": "build/cli.js" }, "files": [ "build" ], "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.6", "tsx": "^4.7.0", "vitest": "^4.0.17" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "commander": "^13.1.0", "express": "^5.2.1", "spawn-rx": "^5.1.2" } }