lightpdf-aipdf-mcp 0.1.74__py3-none-any.whl → 0.1.75__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.74.dist-info → lightpdf_aipdf_mcp-0.1.75.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.75.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.75.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.75.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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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",
|
@@ -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.75.dist-info/METADATA,sha256=T9ct4bC7G_y54fGh4-ZUYrkfukRUu8jsMWM5DnS_0Yw,8119
|
7
|
+
lightpdf_aipdf_mcp-0.1.75.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.75.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.75.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.74.dist-info → lightpdf_aipdf_mcp-0.1.75.dist-info}/entry_points.txt
RENAMED
File without changes
|