{
"name": "@rikachu225/pubmed-server",
"version": "1.1.0",
"description": "PubMed Server for accessing research papers with MCP support",
"main": "build/index.js",
"type": "module",
"bin": {
"pubmed-server": "./build/index.js"
},
"scripts": {
"build": "tsc"
},
"files": [
"build"
],
"keywords": [
"pubmed",
"research",
"mcp"
],
"author": "rikachu",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}