diff --git a/cursor/mcp-case-study/package-lock.json b/cursor/mcp-case-study/package-lock.json index 18e9131..da5ed6d 100644 --- a/cursor/mcp-case-study/package-lock.json +++ b/cursor/mcp-case-study/package-lock.json @@ -7,10 +7,16 @@ "": { "name": "mcp-case-study", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.28.0", "zod": "4.3.6" + }, + "bin": { + "mcp-case-study": "src/index.js" + }, + "engines": { + "node": ">=18" } }, "node_modules/@hono/node-server": { @@ -570,9 +576,9 @@ } }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0"