UNPKG

mcp-pubmed-llm-server

Version:

Enhanced PubMed MCP server with LLM-powered intelligent search and analysis

58 lines (57 loc) 1.42 kB
{ "name": "mcp-pubmed-llm-server", "version": "2.4.0", "description": "Enhanced PubMed MCP server with LLM-powered intelligent search and analysis", "main": "src/index.js", "type": "module", "bin": { "mcp-pubmed-llm-server": "./src/index.js" }, "scripts": { "start": "node src/index.js", "start:stdio": "node src/index.js --mode=stdio", "start:sse": "node src/index.js --mode=sse", "dev": "node --watch src/index.js", "build": "echo 'No build step required'", "test": "node test/test.js", "setup": "npm install && cp .env.example .env" }, "keywords": [ "mcp", "pubmed", "llm", "biomedical", "search", "research", "openai" ], "author": "PancrePal-xiaoyibao Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "node-fetch": "^3.3.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/PancrePal-xiaoyibao/mcp-pubmed-server-pancrpal.git" }, "bugs": { "url": "https://github.com/PancrePal-xiaoyibao/mcp-pubmed-server-pancrpal/issues" }, "homepage": "https://github.com/PancrePal-xiaoyibao/mcp-pubmed-server-pancrpal#readme" }