{ "name": "mcp-quickstart-ts", "version": "1.0.0", "main": "index.js", "type": "module", "bin": { "weather": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^22.19.2", "typescript": "^5.9.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3" } }