package.json•622 B
{
"name": "mcp_sdk_stdio",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"node-fetch": "^3.3.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.2.1",
"@types/express": "^4.17.21",
"typescript": "^5.9.2"
},
"bin": {
"mcp_sdk_stdio": "./build/server.js"
},
"files": [
"build"
]
}