From 928b55a7505d9dadce4dc8ac09021fe073289846 Mon Sep 17 00:00:00 2001 From: mrslbt Date: Mon, 15 Jun 2026 14:14:59 +0900 Subject: [PATCH] Fix pdf-it: v2.0.0 dropped the Chrome dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pdf-it 2.0.0 replaced the Puppeteer + Chrome renderer with @react-pdf/renderer. The entry still said "Requires Google Chrome installed locally" and tagged "puppeteer" — neither is true anymore. Updated the description and swapped the tag to react-pdf. Co-Authored-By: Claude Opus 4.8 --- servers/community.pdf-it.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/community.pdf-it.json b/servers/community.pdf-it.json index 8e2de38..dcb3499 100644 --- a/servers/community.pdf-it.json +++ b/servers/community.pdf-it.json @@ -3,7 +3,7 @@ "id": "community.pdf-it", "name": "pdf-it", "alias": "pdfit", - "description": "Turn markdown into designed PDFs. Cover page, table of contents, code blocks that hold across pages. Anthropic ships a PDF skill for reading PDFs; pdf-it does the other half: composing designed output from markdown. Requires Google Chrome installed locally.", + "description": "Turn markdown into designed PDFs. Cover page, table of contents, code blocks that hold across pages. Anthropic ships a PDF skill for reading PDFs; pdf-it does the other half: composing designed output from markdown. Native renderer, fonts embedded, nothing else to install.", "logo": "https://github.com/mrslbt.png", "schema_version": "2.1", "categories": [ @@ -16,7 +16,7 @@ "report", "claude-code", "anthropic-skill", - "puppeteer", + "react-pdf", "research" ], "transport": {