lightpdf-aipdf-mcp 0.1.74__py3-none-any.whl → 0.1.76__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 +24 -24
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.76.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.76.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.76.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.76.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -364,7 +364,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
364
364
|
"properties": {
|
365
365
|
"path": {
|
366
366
|
"type": "string",
|
367
|
-
"description": "
|
367
|
+
"description": "文件URL,必须包含协议部分,支持http/https/oss"
|
368
368
|
},
|
369
369
|
"password": {
|
370
370
|
"type": "string",
|
@@ -377,7 +377,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
377
377
|
},
|
378
378
|
"required": ["path"]
|
379
379
|
},
|
380
|
-
"description": "
|
380
|
+
"description": "要转换的文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
381
381
|
},
|
382
382
|
"format": {
|
383
383
|
"type": "string",
|
@@ -406,7 +406,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
406
406
|
"properties": {
|
407
407
|
"path": {
|
408
408
|
"type": "string",
|
409
|
-
"description": "PDF
|
409
|
+
"description": "PDF文件URL,必须包含协议部分,支持http/https/oss"
|
410
410
|
},
|
411
411
|
"password": {
|
412
412
|
"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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
423
423
|
},
|
424
424
|
"start_num": {
|
425
425
|
"type": "integer",
|
@@ -456,7 +456,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
456
456
|
"properties": {
|
457
457
|
"path": {
|
458
458
|
"type": "string",
|
459
|
-
"description": "PDF
|
459
|
+
"description": "PDF文件URL,必须包含协议部分,支持http/https/oss"
|
460
460
|
},
|
461
461
|
"password": {
|
462
462
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
473
473
|
}
|
474
474
|
},
|
475
475
|
"required": ["files"]
|
@@ -488,7 +488,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
488
488
|
"properties": {
|
489
489
|
"path": {
|
490
490
|
"type": "string",
|
491
|
-
"description": "需要添加水印的PDF
|
491
|
+
"description": "需要添加水印的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
492
492
|
},
|
493
493
|
"password": {
|
494
494
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
505
505
|
},
|
506
506
|
"text": {
|
507
507
|
"type": "string",
|
@@ -560,7 +560,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
560
560
|
"properties": {
|
561
561
|
"path": {
|
562
562
|
"type": "string",
|
563
|
-
"description": "需要解密的PDF
|
563
|
+
"description": "需要解密的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
564
564
|
},
|
565
565
|
"password": {
|
566
566
|
"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文件列表,每个文件包含路径和密码。每次调用最多支持6个文件。"
|
577
577
|
}
|
578
578
|
},
|
579
579
|
"required": ["files"]
|
@@ -592,7 +592,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
592
592
|
"properties": {
|
593
593
|
"path": {
|
594
594
|
"type": "string",
|
595
|
-
"description": "需要加密的PDF
|
595
|
+
"description": "需要加密的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
596
596
|
},
|
597
597
|
"password": {
|
598
598
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的原密码。每次调用最多支持6个文件。"
|
609
609
|
},
|
610
610
|
"password": {
|
611
611
|
"type": "string",
|
@@ -628,7 +628,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
628
628
|
"properties": {
|
629
629
|
"path": {
|
630
630
|
"type": "string",
|
631
|
-
"description": "需要压缩的PDF
|
631
|
+
"description": "需要压缩的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
632
632
|
},
|
633
633
|
"password": {
|
634
634
|
"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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
645
645
|
},
|
646
646
|
"image_quantity": {
|
647
647
|
"type": "integer",
|
@@ -667,7 +667,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
667
667
|
"properties": {
|
668
668
|
"path": {
|
669
669
|
"type": "string",
|
670
|
-
"description": "需要拆分的PDF
|
670
|
+
"description": "需要拆分的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
671
671
|
},
|
672
672
|
"password": {
|
673
673
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
684
684
|
},
|
685
685
|
"split_type": {
|
686
686
|
"type": "string",
|
@@ -715,7 +715,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
715
715
|
"properties": {
|
716
716
|
"path": {
|
717
717
|
"type": "string",
|
718
|
-
"description": "需要合并的PDF
|
718
|
+
"description": "需要合并的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
719
719
|
},
|
720
720
|
"password": {
|
721
721
|
"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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
732
732
|
}
|
733
733
|
},
|
734
734
|
"required": ["files"]
|
@@ -747,7 +747,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
747
747
|
"properties": {
|
748
748
|
"path": {
|
749
749
|
"type": "string",
|
750
|
-
"description": "需要旋转的PDF
|
750
|
+
"description": "需要旋转的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
751
751
|
},
|
752
752
|
"password": {
|
753
753
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
764
764
|
},
|
765
765
|
"rotates": {
|
766
766
|
"type": "array",
|
@@ -800,7 +800,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
800
800
|
"properties": {
|
801
801
|
"path": {
|
802
802
|
"type": "string",
|
803
|
-
"description": "需要去除白边的PDF
|
803
|
+
"description": "需要去除白边的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
804
804
|
},
|
805
805
|
"password": {
|
806
806
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
817
817
|
}
|
818
818
|
},
|
819
819
|
"required": ["files"]
|
@@ -832,7 +832,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
832
832
|
"properties": {
|
833
833
|
"path": {
|
834
834
|
"type": "string",
|
835
|
-
"description": "需要提取图片的PDF
|
835
|
+
"description": "需要提取图片的PDF文件URL,必须包含协议部分,支持http/https/oss"
|
836
836
|
},
|
837
837
|
"password": {
|
838
838
|
"type": "string",
|
@@ -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文件列表,每个文件包含路径和可选的密码。每次调用最多支持6个文件。"
|
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=M_PdJaRKFSanRThCjZgmbRY54e2vtrVkWlCS7fAMbGU,47693
|
6
|
+
lightpdf_aipdf_mcp-0.1.76.dist-info/METADATA,sha256=lQmbLt5d7UGwv_n3wUCM3LiA1mDfeD25LVJ3mvlLSeg,8119
|
7
|
+
lightpdf_aipdf_mcp-0.1.76.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.76.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.76.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.76.dist-info}/entry_points.txt
RENAMED
File without changes
|