Skip to content

V3.6.3 - ExChek Enterprise Plugin

Latest

Choose a tag to compare

@exchekinc exchekinc released this 15 Jun 18:05
2b9dbad

Tagged at the v3.6.3 commit on main. Attached asset exchekskills-3.6.3.zip is the full plugin. Everything since v3.6.2.

Fixed — link-only PDF delivery

  • The Enterprise classification PDF was failing to deliver on Claude Desktop/claude.ai: the MCP response embedded the PDF as a base64 blob, and surfaces that reject a binary blob discarded the whole response — taking the download link with it. The render API now delivers a download link only (structuredContent.download_url + response text); the PDF is never embedded. On claude.ai/Desktop the user clicks the 1-hour link; on Claude Code/Cursor the agent fetches it to save the file (never re-rendering — that would charge a second credit). Skill guidance and pdf-rendering.md corrected to match.

Housekeeping

  • MCP server version aligned 3.6.0 → 3.6.3 (index.mjs VERSION + package.json).
  • Skill count corrected to 20 across the engine skills (the "22" Enterprise count includes the paid-tier connector + updater, which aren't bundled; the onboarding skills-map now lists those two separately as Enterprise add-ons).
  • README install reconciled to the marketplace name: /plugin marketplace add exchekinc/exchekskills/plugin install exchekskills@exchek.
  • Stale v2.0.0 removed from the exchek-setup ASCII panels.
  • PDF page count reconciled — docs/skills said "21-page"; the deployed renderer produces ~28 pages. Updated ENTERPRISE.md, exchek-classify, exchek-setup, pdf-rendering.md (and the wiki).

claude plugin validate --strict passes; 30/30 tests pass.

Install: /plugin marketplace add exchekinc/exchekskills then /plugin install exchekskills@exchek.