{ "name": "plopino", "version": "0.2.2", "mcpName": "io.github.plopino/plopino-mcp", "description": "MCP server: publish a page, a document, a file, or a folder to Plopino and get a public URL — documents render as readable pages.", "type": "module", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "claude-code", "ai-agents", "html", "publish", "share", "static-hosting", "url" ], "bin": { "plopino": "index.js" }, "files": [ "index.js", "upload.js", "tool-defs.js", "server.json", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/plopino/plopino-mcp.git" }, "bugs": { "url": "https://github.com/plopino/plopino-mcp/issues" }, "homepage": "https://plopino.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.6.5" }, "scripts": { "test": "node --test", "build": "esbuild index.js --bundle --platform=node --format=esm --target=node18 --outfile=dist/plopino-mcp.mjs --log-level=warning" }, "devDependencies": { "esbuild": "^0.28.2" } }