package.json•552 B
{
"name": "hello-world-mcp",
"version": "1.0.0",
"description": "A simple Model Context Protocol (MCP) server with a hello world tool",
"main": "index.js",
"type": "module",
"bin": {
"hello-world-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"hello-world"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"zod": "^3.25.76"
}
}