pretext-pdf-mcp 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,6 +4,16 @@ MCP server for [pretext-pdf](https://github.com/Himaan1998Y/pretext-pdf) — gen
4
4
 
5
5
  No headless browser. No puppeteer. Pure Node.js with embedded fonts and precision text layout.
6
6
 
7
+ ## Live Demo
8
+
9
+ **[▶ Open Live Demo](https://himaan1998y.github.io/pretext-pdf-mcp/)** — edit JSON, click Generate, see a real PDF in seconds. No install.
10
+
11
+ **[▶ Open in StackBlitz](https://stackblitz.com/github/Himaan1998Y/pretext-pdf-mcp/tree/master/docs?file=index.html)** — fork and edit the playground code.
12
+
13
+ 4 templates included: GST Invoice · Market Report · Resume/CV · Custom
14
+
15
+ ---
16
+
7
17
  ## Connect via Smithery
8
18
 
9
19
  The fastest way — no install, works instantly in any MCP-compatible agent:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pretext-pdf-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "MCP server for pretext-pdf — generate professional PDFs from JSON in Claude, Cursor, or any AI agent",
5
5
  "keywords": [
6
6
  "mcp",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.0.0",
27
- "pretext-pdf": "^0.4.0"
27
+ "pretext-pdf": "^0.4.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.0.0",