This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryUpdates Links, Standalone build fix, and Metadata refresh across a mixed release.
Full changelog
What's Changed
Public mirror sync patch. No feature or runtime behavior change, but several metadata surfaces now match the v1.0.0 feature set correctly:
Metadata refresh
- package.json — description now mentions PDFs + HTML-to-image rendering (was "capture screenshots of any webpage"). Keywords add `pdf`, `html-to-image`, `rendering`.
- server.json — title "Rendex Screenshot" → "Rendex — Screenshot, PDF & HTML Rendering"; description updated to match.
- src/remote.ts — the HTTP root metadata at `mcp.rendex.dev/` no longer advertises "Screenshot API for AI agents" (pre-v1.0.0 copy).
- README.md — corrected `quality` (80) and `deviceScaleFactor` (2) defaults.
Standalone build fix
- tsconfig.json — now self-contained. Previously extended `../../tsconfig.json` (a path that only exists inside the Copperline monorepo), so fresh clones failed `tsc --noEmit` with phantom type errors under the tsc fallback config. Inlined `moduleResolution: bundler`, `skipLibCheck`, `strict`, and `bun-types`.
- src/server.ts — pass `ScreenshotInputSchema.shape` to `registerTool` (the canonical raw-shape form per the official `@modelcontextprotocol/sdk` examples). Forward-compat hardening against TS2589 regressions.
- src/lib/client.ts — early-return narrowing on the `ApiResponse` discriminated union.
- .mcp.json — added at repo root so Cursor Directory's GitHub importer can auto-detect.
- bun.lock — committed to pin `@modelcontextprotocol/[email protected]` and `[email protected]` for reproducible standalone builds.
Links
- API: https://api.rendex.dev
- Docs: https://rendex.dev/docs
- Changelog: https://rendex.dev/changelog
- MCP Server (npm): `npx -y @copperline/[email protected]`
- MCP Server (remote): `https://mcp.rendex.dev/mcp`
- Smithery: https://smithery.ai/server/copperline/rendex-mcp
- Official MCP Registry: https://registry.modelcontextprotocol.io/v0/servers?search=rendex
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About copperline-labs/rendex-mcp
Screenshot, PDF, and HTML rendering API for AI agents. Capture any URL or raw HTML as PNG/JPEG/WebP/PDF with batch processing, geo-targeting, async webhooks, and MCP-native integration. Free tier included.
Related context
Beta — feedback welcome: [email protected]