lightpdf-aipdf-mcp 0.1.141__py3-none-any.whl → 0.1.142__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 +2 -2
- {lightpdf_aipdf_mcp-0.1.141.dist-info → lightpdf_aipdf_mcp-0.1.142.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.141.dist-info → lightpdf_aipdf_mcp-0.1.142.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.141.dist-info → lightpdf_aipdf_mcp-0.1.142.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.141.dist-info → lightpdf_aipdf_mcp-0.1.142.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -583,7 +583,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
583
583
|
),
|
584
584
|
types.Tool(
|
585
585
|
name="remove_watermark",
|
586
|
-
description="Remove watermarks from PDF files.",
|
586
|
+
description="Remove watermarks from PDF files. Watermarks are usually overlaid text or images added for copyright protection or branding purposes. This tool specifically targets watermark removal and is not intended for deleting regular document text content. For deleting normal document text, use the replace_text tool instead.",
|
587
587
|
inputSchema={
|
588
588
|
"type": "object",
|
589
589
|
"properties": {
|
@@ -1164,7 +1164,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
1164
1164
|
),
|
1165
1165
|
types.Tool(
|
1166
1166
|
name="replace_text",
|
1167
|
-
description="Replace or delete text in PDF files. When new_text is empty, the old_text will be deleted from the PDF.",
|
1167
|
+
description="Replace, edit, or delete regular text content in PDF files. Use this tool to modify or remove normal document text. When new_text is empty, the old_text will be completely deleted from the PDF. Note: This tool is for regular document text only, not for removing watermarks. For watermark removal, use the remove_watermark tool instead.",
|
1168
1168
|
inputSchema={
|
1169
1169
|
"type": "object",
|
1170
1170
|
"properties": {
|
@@ -4,10 +4,10 @@ lightpdf_aipdf_mcp/converter.py,sha256=r8iO5R5vLNNKWdb6WSnwzTwwmp2TvgLXSIvvA4y__
|
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=oALIhOBo60D3Gu_li7d7FF0COhFfSTM-BJpc63r9iAs,2465
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=BR-sWW9L7tybEPOhdc8W-uwdBoom19EPTmGDvy_2gMc,27941
|
6
6
|
lightpdf_aipdf_mcp/ocr.py,sha256=IyzxisA6qtXcGTHZofpUYXYDdcIjUaaHcVUKpM7DH9A,2832
|
7
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
7
|
+
lightpdf_aipdf_mcp/server.py,sha256=a8UTsGZtU2nfpexw21ZcH2PyXobPtypgyZWz0t6vRkQ,78137
|
8
8
|
lightpdf_aipdf_mcp/summarizer.py,sha256=2QMMgo_xxlEDSd_STPh7-1lBc4VRsL4SPSTijJPyb3I,5456
|
9
9
|
lightpdf_aipdf_mcp/translator.py,sha256=nuZa4FpsA0xeRWAEGqSPIM55aJuazJX1m32uajowo7I,2778
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
11
|
-
lightpdf_aipdf_mcp-0.1.
|
12
|
-
lightpdf_aipdf_mcp-0.1.
|
13
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
+
lightpdf_aipdf_mcp-0.1.142.dist-info/METADATA,sha256=U1It2JPOVoFuuiQA9FPpE2oirZP9XeqN8p7UVPQx5Es,8120
|
11
|
+
lightpdf_aipdf_mcp-0.1.142.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
12
|
+
lightpdf_aipdf_mcp-0.1.142.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
13
|
+
lightpdf_aipdf_mcp-0.1.142.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.141.dist-info → lightpdf_aipdf_mcp-0.1.142.dist-info}/entry_points.txt
RENAMED
File without changes
|