Skip to content

Commit e925679

Browse files
committed
Rescope pdf-research → pdf: expose annotation, form-filling, signing
The underlying @modelcontextprotocol/server-pdf gained an `interact` tool with 10 annotation types (highlight, underline, strikethrough, note, rectangle, circle, line, freetext, stamp, image), form filling, auto-highlight-text, page extraction, and annotated-PDF download. This reshapes the plugin around interactive workflows: - Rename plugin: pdf-research → pdf - Rename skill: pdf-reading → pdf (unified, covers all capabilities) - Commands: drop /summarize, rename /read → /open, add /annotate, /fill-form, /sign - SKILL.md: document interact tool, all annotation types, coordinate system, interactive workflows (AI-driven annotate, form filling, visual signing) - Positioning: explicitly steer AWAY from viewer for pure ingestion (use native Read instead) — the viewer's value is user interactivity - /sign disclaimer: visual signature image, not certified digital sig Out of scope (documented): summarization, cert signing, PDF generation.
1 parent 6457be2 commit e925679

File tree

16 files changed

+382
-131
lines changed

16 files changed

+382
-131
lines changed

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"description": "Connect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life sciences R&D"
6161
},
6262
{
63-
"name": "pdf-research",
64-
"source": "./pdf-research",
65-
"description": "Read, navigate, and analyze PDF documentsacademic papers, reports, and local files. Uses a local PDF MCP server for interactive viewing and text extraction."
63+
"name": "pdf",
64+
"source": "./pdf",
65+
"description": "Interactive PDF workflowsview, annotate, fill forms, and sign documents in a live viewer. Collaborate on markup, stamp approvals, and place signatures with real-time visual feedback."
6666
}
6767
]
6868
}

pdf-research/.claude-plugin/plugin.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

pdf-research/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

pdf-research/commands/read.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

pdf-research/commands/summarize.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

pdf-research/skills/pdf-reading/SKILL.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

pdf/.claude-plugin/plugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "pdf",
3+
"version": "0.2.0",
4+
"description": "Interactive PDF workflows — view, annotate, fill forms, and sign documents in a live viewer. Collaborate on markup, stamp approvals, and place signatures with real-time visual feedback.",
5+
"author": {
6+
"name": "Anthropic"
7+
}
8+
}
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The PDF server runs on your machine via `npx`.
77

88
| Category | Server | How it runs |
99
|----------|--------|-------------|
10-
| PDF viewer | `@modelcontextprotocol/server-pdf` | Local stdio via `npx` (auto-installed) |
10+
| PDF viewer & annotator | `@modelcontextprotocol/server-pdf` | Local stdio via `npx` (auto-installed) |
1111

1212
### Requirements
1313
- Node.js >= 18
File renamed without changes.

0 commit comments

Comments
 (0)