24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"name": "@modelcontextprotocol/inspector-bin",
|
|
"version": "0.5.1",
|
|
"description": "Model Context Protocol inspector",
|
|
"license": "MIT",
|
|
"author": "Anthropic, PBC (https://anthropic.com)",
|
|
"homepage": "https://modelcontextprotocol.io",
|
|
"bugs": "https://github.com/modelcontextprotocol/inspector/issues",
|
|
"type": "module",
|
|
"bin": {
|
|
"mcp-inspector": "./cli.js"
|
|
},
|
|
"files": [
|
|
"cli.js"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postbuild": "chmod +x build/index.js && cp build/index.js cli.js",
|
|
"test": "./tests/cli-tests.sh"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|