Skip to content

Commit f0c53a1

Browse files
Rescope pdf-research → pdf-viewer: annotation, form-fill, sign commands
Rescope pdf-research → pdf-viewer: expose annotation, form-filling, signing
2 parents 6457be2 + 5d244b9 commit f0c53a1

File tree

16 files changed

+429
-132
lines changed

16 files changed

+429
-132
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 documents — academic papers, reports, and local files. Uses a local PDF MCP server for interactive viewing and text extraction."
63+
"name": "pdf-viewer",
64+
"source": "./pdf-viewer",
65+
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures — then download the annotated copy."
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "pdf-viewer",
3+
"version": "0.2.0",
4+
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures — then download the annotated copy.",
5+
"author": {
6+
"name": "Anthropic"
7+
}
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"mcpServers": {
33
"pdf": {
44
"command": "npx",
5-
"args": ["@modelcontextprotocol/server-pdf", "--stdio"]
5+
"args": ["-y", "@modelcontextprotocol/server-pdf", "--stdio"]
66
}
77
}
88
}
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)