package.json•1.35 kB
{
"name": "poker-mcp",
"version": "1.2.5",
"description": "YAML-based input file management tool for radiation shielding calculation code POKER with MCP support - Enhanced with collision detection, daughter nuclide auto-completion, and environment variable support",
"main": "src/mcp_server_stdio_v4.js",
"type": "module",
"bin": {
"poker-mcp": "src/mcp_server_stdio_v4.js"
},
"scripts": {
"start": "node src/mcp_server_stdio_v4.js",
"dev": "nodemon src/mcp_server_stdio_v4.js",
"prepare": "echo 'NPX ready: npx poker-mcp'"
},
"keywords": [
"mcp",
"model-context-protocol",
"yaml",
"radiation",
"shielding",
"nuclear",
"radioisotope",
"medical",
"accelerator",
"POKER",
"physics",
"validation",
"npx",
"point-kernel",
"collision-detection",
"daughter-nuclide"
],
"author": "Yoshihiro Hirao <tora@pointkernel.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Hirao-Y/poker_mcp.git"
},
"homepage": "https://github.com/Hirao-Y/poker_mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"js-yaml": "^4.1.0",
"winston": "^3.17.0",
"zod": "^3.24.2"
},
"files": [
"src/",
"README.md",
".mcp.json"
]
}