@modelcontextprotocol/server-pdf 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/dist/server.js +0 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -24040,7 +24040,6 @@ function date4(params) {
24040
24040
 
24041
24041
  // ../../node_modules/zod/v4/classic/external.js
24042
24042
  config(en_default2());
24043
-
24044
24043
  // ../../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
24045
24044
  var LATEST_PROTOCOL_VERSION = "2025-11-25";
24046
24045
  var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-pdf",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "MCP server for loading and extracting text from PDF files with chunked pagination and interactive viewer",
6
6
  "repository": {