Skip to main content
Glama
package.json1.81 kB
{ "name": "@pdfdancer/pdfdancer-mcp", "version": "0.1.2", "description": "MCP server providing coding agents with searchable access to official PDFDancer SDK documentation for building PDF manipulation applications.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "test": "vitest run --exclude='**/*.package.test.ts' --exclude='**/*.environment.test.ts'", "test:package": "vitest run src/install.package.test.ts", "test:shells": "vitest run src/shell.environment.test.ts", "test:shells:docker": "./test/run-shell-tests.sh", "test:all": "vitest run", "test:watch": "vitest --exclude='**/*.package.test.ts'", "lint": "tsc -p tsconfig.json --noEmit", "prepublishOnly": "npm run lint && npm run test:all && npm run build", "publish:npm": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/MenschMachine/pdfdancer-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "pdfdancer", "pdf", "documentation", "ai", "coding-agent", "sdk", "pdf-manipulation", "pdf-editing" ], "author": "pdfdancer", "license": "MIT", "engines": { "node": ">=18.17" }, "bugs": { "url": "https://github.com/MenschMachine/pdfdancer-mcp/issues" }, "homepage": "https://github.com/MenschMachine/pdfdancer-mcp#readme", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3", "vitest": "^4.0.10" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MenschMachine/pdfdancer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server