{
  "name": "pubmed_mcp_server2",
  "version": "2.0.0",
  "description": "Local stdio MCP server for PubMed with 10 tools: search, fetch, fetch_batch, get_full_text, count, find_similar_articles, export_to_ris, get_citation_counts, convert_ids, batch_process",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "pubmed-mcp-server": "./dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/masa061580/pubmed_mcp_server2.git"
  },
  "bugs": {
    "url": "https://github.com/masa061580/pubmed_mcp_server2/issues"
  },
  "homepage": "https://github.com/masa061580/pubmed_mcp_server2#readme",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc && node dist/index.js",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "pubmed",
    "ncbi",
    "biomedical",
    "research",
    "mesh",
    "citation-analysis",
    "literature-search",
    "claude",
    "ai-tools",
    "medical-research",
    "bibliography",
    "ris-export"
  ],
  "author": "Claude",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "he": "^1.2.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/he": "^1.2.3",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
