UNPKG

@kinginsun/mcp-aitep

Version:

A CLI tool for retrieving PDE (Permitted Daily Exposure) reports for Active Pharmaceutical Ingredients (APIs) via Model Context Protocol.

55 lines (54 loc) 1.3 kB
{ "name": "@kinginsun/mcp-aitep", "version": "0.0.9", "description": "A CLI tool for retrieving PDE (Permitted Daily Exposure) reports for Active Pharmaceutical Ingredients (APIs) via Model Context Protocol.", "type": "module", "main": "dist/index.js", "bin": "./dist/index.js", "homepage": "https://github.com/kinginsun/mcp-aitep", "repository": { "type": "git", "url": "https://github.com/kinginsun/mcp-aitep.git" }, "license": "MIT", "author": "kinginsun@CUHK", "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "dev": "tsc --watch", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "cli", "pde", "pharmaceutical", "aitep" ], "dependencies": { "@kinginsun/mcp-aitep": "^0.0.4", "@modelcontextprotocol/sdk": "^1.0.4", "jsdom": "^25.0.1", "turndown": "^7.2.0", "zod": "^3.24.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", "@types/node": "^22.10.2", "@types/turndown": "^5.0.5", "jest": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE" ] }