@sylphx/pdf-reader-mcp 2.5.0 → 2.5.2
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.
- package/README.md +0 -1
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -1046,7 +1046,6 @@ This project uses the following [@sylphx](https://github.com/SylphxAI) packages:
|
|
|
1046
1046
|
- [@sylphx/vex](https://github.com/SylphxAI/vex) - Schema validation
|
|
1047
1047
|
- [@sylphx/biome-config](https://github.com/SylphxAI/biome-config) - Biome configuration
|
|
1048
1048
|
- [@sylphx/tsconfig](https://github.com/SylphxAI/tsconfig) - TypeScript configuration
|
|
1049
|
-
- [@sylphx/doctor](https://github.com/SylphxAI/doctor) - Project health checker
|
|
1050
1049
|
|
|
1051
1050
|
---
|
|
1052
1051
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sylphx/pdf-reader-mcp",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "An MCP server providing tools to read PDF files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -64,9 +64,8 @@
|
|
|
64
64
|
"benchmark": "bun bench",
|
|
65
65
|
"clean": "rm -rf dist coverage",
|
|
66
66
|
"docs:api": "typedoc --entryPoints src/index.ts --tsconfig tsconfig.json --plugin typedoc-plugin-markdown --out docs/api --readme none",
|
|
67
|
-
"prepublishOnly": "
|
|
68
|
-
"release": "bun run build && changeset publish"
|
|
69
|
-
"prepare": "node_modules/.bin/lefthook install || true"
|
|
67
|
+
"prepublishOnly": "bun run clean && bun run build",
|
|
68
|
+
"release": "bun run build && changeset publish"
|
|
70
69
|
},
|
|
71
70
|
"dependencies": {
|
|
72
71
|
"@sylphx/mcp-server-sdk": "^2.1.1",
|
|
@@ -75,9 +74,11 @@
|
|
|
75
74
|
"pngjs": "^7.0.0"
|
|
76
75
|
},
|
|
77
76
|
"overrides": {
|
|
78
|
-
"
|
|
77
|
+
"brace-expansion": "^5.0.6",
|
|
78
|
+
"esbuild": "^0.28.1",
|
|
79
79
|
"preact": "^10.28.2",
|
|
80
80
|
"defu": "^6.1.7",
|
|
81
|
+
"postcss": "^8.5.15",
|
|
81
82
|
"rollup": "^4.60.2",
|
|
82
83
|
"vite": "^6.4.2"
|
|
83
84
|
},
|
|
@@ -86,12 +87,10 @@
|
|
|
86
87
|
"@changesets/changelog-github": "^0.7.0",
|
|
87
88
|
"@changesets/cli": "^2.31.0",
|
|
88
89
|
"@sylphx/biome-config": "^0.4.1",
|
|
89
|
-
"@sylphx/doctor": "^1.34.0",
|
|
90
90
|
"@sylphx/tsconfig": "^0.3.1",
|
|
91
91
|
"@types/node": "^25.9.1",
|
|
92
92
|
"@types/pngjs": "^6.0.5",
|
|
93
93
|
"bunup": "0.16.31",
|
|
94
|
-
"lefthook": "^2.1.9",
|
|
95
94
|
"typedoc": "^0.28.19",
|
|
96
95
|
"typedoc-plugin-markdown": "^4.11.0",
|
|
97
96
|
"typescript": "^6.0.3",
|