Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 3.16 KB

File metadata and controls

65 lines (56 loc) · 3.16 KB

Nutrient PDF Editor

Last verified: 2026-05-06

Agent-facing entry point. This file points you at the canonical docs; follow the links rather than relying on prose here.

Nutrient PDF Editor is a Claude Connector — a stdio MCP server packaged as an .mcpb bundle that installs into Claude Desktop and renders its PDF viewer inside Claude Cowork. The embedded Nutrient Web Viewer loads its runtime assets from the public Nutrient CDN at first launch (network required). For the runtime model, the public tool surface, the wire protocol, and CSP, follow the links below.

Where things live

Boundaries

  • Safe to edit: src/, tests/, scripts/, docs/, manifest/config.
  • Never touch without coordinated version bump: package.json#version and manifest.json#versionverify-versions.mjs fails the build if they drift.
  • SDK bumps require npm install + rebuild so __NUTRIENT_SDK_VERSION__ is re-inlined into dist/index.js. See docs/build-and-distribution.md § "SDK upgrade procedure".

Gotchas

Server-side gotchas live in src/mcp/AGENTS.md § "Gotchas". Viewer / SDK-API gotchas live in src/viewer/AGENTS.md § "Gotchas". Read both before debugging anything that "just hangs" or "silently fails".