Hello-MCP

by hongsw
Verified
{ "name": "hello-mcp", "version": "1.2.0", "description": "hello-mcp is a tour and guide to Claude Desktop MCP Config Manager for MCP(Model Context Protocol) beginners", "author": "Hongsw", "license": "MIT", "keywords": [ "modelcontextprotocol", "mcp", "education", "guide", "tour" ], "homepage": "https://github.com/hongsw/hello-mcp", "repository": { "type": "git", "url": "git+https://github.com/hongsw/hello-mcp.git" }, "main": "index.js", "type": "module", "bin": { "hello-mcp": "index.js" }, "scripts": { "deploy:patch": "git add . && git commit -m \"Patch release\" && npm version patch && npm publish", "deploy:minor": "git add . && git commit -m \"Minor release\" && npm version minor && npm publish", "deploy:major": "git add . && git commit -m \"Major release\" && npm version major && npm publish", "deploy": "npm run deploy:patch", "docs": "docsify serve docs", "docs:build": "cp GETTING_STARTED.md docs/README.md" }, "devDependencies": { "docsify-cli": "^4.4.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.6.2", "chalk": "^4.1.2", "cli-spinners": "^2.9.0", "conf": "^10.2.0", "i18n": "^0.15.1", "inquirer": "^8.2.5", "node-emoji": "^2.2.0", "ora": "^5.4.1", "rc": "^1.2.8", "zod": "^3.24.2" }, "telemetry": { "enabled": true, "anonymizeData": true }, "engines": { "node": ">=14" } }