UNPKG

@wong2/mcp-cli

Version:

A CLI inspector for the Model Context Protocol

38 lines 829 B
{ "name": "@wong2/mcp-cli", "version": "2.0.0", "description": "A CLI inspector for the Model Context Protocol", "bin": { "mcp-cli": "src/cli.js" }, "type": "module", "homepage": "https://github.com/wong2/mcp-cli", "files": [ "src", "README.md" ], "keywords": [ "MCP" ], "author": "wong2", "engines": { "node": ">=20" }, "dependencies": { "@json-schema-tools/traverse": "^1.11.0", "@modelcontextprotocol/sdk": "^1.29.0", "conf": "^15.1.0", "eventsource": "^4.1.0", "express": "^5.2.1", "get-port": "^7.2.0", "lodash-es": "^4.18.1", "meow": "^14.1.0", "open": "^11.0.0", "prompts": "^2.4.2", "uri-template": "^2.0.0", "yocto-spinner": "^1.2.0", "yoctocolors": "^2.1.2", "strict-url-sanitise": "^0.0.1" }, "scripts": {} }