{ "name": "semanticscholar-mcp-server", "version": "1.0.0", "mcpName": "io.github.SMABoundless/semanticscholar", "description": "MCP server for the Semantic Scholar Academic Graph API", "type": "module", "main": "dist/index.js", "bin": { "semanticscholar-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": ["mcp", "semantic-scholar", "scholarly", "citations", "research"], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }