{ "name": "@truepathpdf/mcp-server", "version": "0.3.1", "mcpName": "io.github.JoyTruepath/truepath-pdf-mcp", "description": "Local-only MCP server for TruePath PDF — let your AI process PDFs on your Mac, files never leave your machine.", "type": "module", "bin": { "truepath-pdf-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "smoke": "node scripts/smoke.mjs", "prepublishOnly": "npm run build" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "pdf", "model-context-protocol", "anthropic", "claude", "truepath" ], "author": "Joy Truepath Pte. Ltd. ", "license": "MIT", "homepage": "https://joytruepath.com/truepath-pdf", "repository": { "type": "git", "url": "git+https://github.com/JoyTruepath/truepath-pdf-mcp.git" }, "bugs": { "url": "https://github.com/JoyTruepath/truepath-pdf-mcp/issues", "email": "support@joytruepath.com" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@napi-rs/canvas": "^1.0.0", "pdf-lib": "^1.17.1", "pdfjs-dist": "^6.0.227", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.0.0", "typescript": "^6.0.3" } }