lightpdf-aipdf-mcp 0.1.76__py3-none-any.whl → 0.1.77__py3-none-any.whl
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.
- lightpdf_aipdf_mcp/server.py +12 -12
- {lightpdf_aipdf_mcp-0.1.76.dist-info → lightpdf_aipdf_mcp-0.1.77.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.76.dist-info → lightpdf_aipdf_mcp-0.1.77.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.76.dist-info → lightpdf_aipdf_mcp-0.1.77.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.76.dist-info → lightpdf_aipdf_mcp-0.1.77.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -377,7 +377,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
377
377
|
},
|
378
378
|
"required": ["path"]
|
379
379
|
},
|
380
|
-
"description": "
|
380
|
+
"description": "要转换的文件列表,每个文件包含路径和可选的密码"
|
381
381
|
},
|
382
382
|
"format": {
|
383
383
|
"type": "string",
|
@@ -419,7 +419,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
419
419
|
},
|
420
420
|
"required": ["path"]
|
421
421
|
},
|
422
|
-
"description": "要添加页码的PDF
|
422
|
+
"description": "要添加页码的PDF文件列表,每个文件包含路径和可选的密码"
|
423
423
|
},
|
424
424
|
"start_num": {
|
425
425
|
"type": "integer",
|
@@ -469,7 +469,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
469
469
|
},
|
470
470
|
"required": ["path"]
|
471
471
|
},
|
472
|
-
"description": "要去除水印的PDF
|
472
|
+
"description": "要去除水印的PDF文件列表,每个文件包含路径和可选的密码"
|
473
473
|
}
|
474
474
|
},
|
475
475
|
"required": ["files"]
|
@@ -501,7 +501,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
501
501
|
},
|
502
502
|
"required": ["path"]
|
503
503
|
},
|
504
|
-
"description": "需要添加水印的PDF
|
504
|
+
"description": "需要添加水印的PDF文件列表,每个文件包含路径和可选的密码"
|
505
505
|
},
|
506
506
|
"text": {
|
507
507
|
"type": "string",
|
@@ -573,7 +573,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
573
573
|
},
|
574
574
|
"required": ["path", "password"]
|
575
575
|
},
|
576
|
-
"description": "需要解密的PDF
|
576
|
+
"description": "需要解密的PDF文件列表,每个文件包含路径和密码"
|
577
577
|
}
|
578
578
|
},
|
579
579
|
"required": ["files"]
|
@@ -605,7 +605,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
605
605
|
},
|
606
606
|
"required": ["path"]
|
607
607
|
},
|
608
|
-
"description": "需要加密的PDF
|
608
|
+
"description": "需要加密的PDF文件列表,每个文件包含路径和可选的原密码"
|
609
609
|
},
|
610
610
|
"password": {
|
611
611
|
"type": "string",
|
@@ -641,7 +641,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
641
641
|
},
|
642
642
|
"required": ["path"]
|
643
643
|
},
|
644
|
-
"description": "需要压缩的PDF
|
644
|
+
"description": "需要压缩的PDF文件列表,每个文件包含路径和可选的密码"
|
645
645
|
},
|
646
646
|
"image_quantity": {
|
647
647
|
"type": "integer",
|
@@ -680,7 +680,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
680
680
|
},
|
681
681
|
"required": ["path"]
|
682
682
|
},
|
683
|
-
"description": "需要拆分的PDF
|
683
|
+
"description": "需要拆分的PDF文件列表,每个文件包含路径和可选的密码"
|
684
684
|
},
|
685
685
|
"split_type": {
|
686
686
|
"type": "string",
|
@@ -728,7 +728,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
728
728
|
},
|
729
729
|
"required": ["path"]
|
730
730
|
},
|
731
|
-
"description": "需要合并的PDF
|
731
|
+
"description": "需要合并的PDF文件列表,每个文件包含路径和可选的密码"
|
732
732
|
}
|
733
733
|
},
|
734
734
|
"required": ["files"]
|
@@ -760,7 +760,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
760
760
|
},
|
761
761
|
"required": ["path"]
|
762
762
|
},
|
763
|
-
"description": "需要旋转的PDF
|
763
|
+
"description": "需要旋转的PDF文件列表,每个文件包含路径和可选的密码"
|
764
764
|
},
|
765
765
|
"rotates": {
|
766
766
|
"type": "array",
|
@@ -813,7 +813,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
813
813
|
},
|
814
814
|
"required": ["path"]
|
815
815
|
},
|
816
|
-
"description": "需要去除白边的PDF
|
816
|
+
"description": "需要去除白边的PDF文件列表,每个文件包含路径和可选的密码"
|
817
817
|
}
|
818
818
|
},
|
819
819
|
"required": ["files"]
|
@@ -845,7 +845,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
845
845
|
},
|
846
846
|
"required": ["path"]
|
847
847
|
},
|
848
|
-
"description": "需要提取图片的PDF
|
848
|
+
"description": "需要提取图片的PDF文件列表,每个文件包含路径和可选的密码"
|
849
849
|
},
|
850
850
|
"format": {
|
851
851
|
"type": "string",
|
@@ -2,8 +2,8 @@ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6
|
|
2
2
|
lightpdf_aipdf_mcp/common.py,sha256=m_fNxU9NqJOgF3FpTWPpprPkIe60YjnU1tEN6cI660Q,6601
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=CNdR2uUsA79_6Mzk6eHxo_F7Ripl14S8BdsmKJkV-94,14568
|
4
4
|
lightpdf_aipdf_mcp/editor.py,sha256=NEBu6QUcU6xYIa8ZsAoNABEr0ADxFVKWVrHrb28mjxY,26714
|
5
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
-
lightpdf_aipdf_mcp-0.1.
|
7
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
5
|
+
lightpdf_aipdf_mcp/server.py,sha256=ggKfRPZVAjn6Piwg-WcMAld_h7KcuijITm-gjDa__Kw,47213
|
6
|
+
lightpdf_aipdf_mcp-0.1.77.dist-info/METADATA,sha256=UMMQzyfIWY8p1MilyUODwF99PZHFOUtySV8vejwS-GM,8119
|
7
|
+
lightpdf_aipdf_mcp-0.1.77.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.77.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.77.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.76.dist-info → lightpdf_aipdf_mcp-0.1.77.dist-info}/entry_points.txt
RENAMED
File without changes
|