lightpdf-aipdf-mcp 0.1.51__py3-none-any.whl → 0.1.52__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 +4 -4
- {lightpdf_aipdf_mcp-0.1.51.dist-info → lightpdf_aipdf_mcp-0.1.52.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.51.dist-info → lightpdf_aipdf_mcp-0.1.52.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.51.dist-info → lightpdf_aipdf_mcp-0.1.52.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.51.dist-info → lightpdf_aipdf_mcp-0.1.52.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -401,7 +401,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
401
401
|
),
|
402
402
|
types.Tool(
|
403
403
|
name="remove_watermark",
|
404
|
-
description="去除PDF
|
404
|
+
description="去除PDF文件中的水印。",
|
405
405
|
inputSchema={
|
406
406
|
"type": "object",
|
407
407
|
"properties": {
|
@@ -505,7 +505,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
505
505
|
),
|
506
506
|
types.Tool(
|
507
507
|
name="unlock_pdf",
|
508
|
-
description="移除PDF
|
508
|
+
description="移除PDF文件的密码保护。",
|
509
509
|
inputSchema={
|
510
510
|
"type": "object",
|
511
511
|
"properties": {
|
@@ -612,7 +612,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
612
612
|
),
|
613
613
|
types.Tool(
|
614
614
|
name="split_pdf",
|
615
|
-
description="拆分PDF
|
615
|
+
description="拆分PDF文件的每一页(或每个连续的页面范围)到一个文件(如果有多个文件,则返回zip包),或者提取指定的页面范围到一个PDF文件。",
|
616
616
|
inputSchema={
|
617
617
|
"type": "object",
|
618
618
|
"properties": {
|
@@ -660,7 +660,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
660
660
|
),
|
661
661
|
types.Tool(
|
662
662
|
name="merge_pdfs",
|
663
|
-
description="合并多个PDF文件。",
|
663
|
+
description="合并多个PDF文件到一个PDF文件。",
|
664
664
|
inputSchema={
|
665
665
|
"type": "object",
|
666
666
|
"properties": {
|
@@ -2,8 +2,8 @@ lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6
|
|
2
2
|
lightpdf_aipdf_mcp/common.py,sha256=-7LU6gm-As_F8Ly68ssy15Vc9Zt_eNSnvDLEtVZDwlI,6633
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=QBwKcCg83FrGGDCy3IFyXjldIZg2hzej_zCH8nyOPak,14768
|
4
4
|
lightpdf_aipdf_mcp/editor.py,sha256=PVsgpgqc89MTf7-D2iRoescXJW90Kv51mP1oXGeneaY,23534
|
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=25UY58YF3vIypWjUx3GdEP0PHxA2hvZMiblT_A4ispg,40063
|
6
|
+
lightpdf_aipdf_mcp-0.1.52.dist-info/METADATA,sha256=tdV-B3SqBY78N7czBjSTRi0sJQkNiXwF6a0unYDUrnI,7906
|
7
|
+
lightpdf_aipdf_mcp-0.1.52.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
lightpdf_aipdf_mcp-0.1.52.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
9
|
+
lightpdf_aipdf_mcp-0.1.52.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.51.dist-info → lightpdf_aipdf_mcp-0.1.52.dist-info}/entry_points.txt
RENAMED
File without changes
|