{
  "name": "mcp-hello-world",
  "version": "1.1.2",
  "description": "A simple Hello World MCP server",
  "keywords": [
    "lobehub",
    "model-context-protocol",
    "sdk"
  ],
  "homepage": "https://github.com/lobehub/mcp-hello-world",
  "bugs": {
    "url": "https://github.com/lobehub/mcp-hello-world/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lobehub/mcp-hello-world.git"
  },
  "license": "MIT",
  "type": "module",
  "author": "LobeHub <i@lobehub.com>",
  "bin": {
    "mcp-hello-world": "./build/stdio.js"
  },
  "sideEffects": false,
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.7.0",
    "express": "^4.18.2",
    "zod": "^3.22.4"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}