lightpdf-aipdf-mcp 0.1.103__py3-none-any.whl → 0.1.104__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.103.dist-info → lightpdf_aipdf_mcp-0.1.104.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.103.dist-info → lightpdf_aipdf_mcp-0.1.104.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.103.dist-info → lightpdf_aipdf_mcp-0.1.104.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.103.dist-info → lightpdf_aipdf_mcp-0.1.104.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -455,9 +455,9 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
455
455
|
"default": 0,
|
456
456
|
"description": "Only effective in the following scenarios (meaning varies by scenario):\n"
|
457
457
|
"- PDF to Image: 1 = merge all pages into one long image, 0 = output one image per page;\n"
|
458
|
-
"- Image to PDF: 1 = merge all images into a single PDF, 0 = create one PDF per image;\n"
|
458
|
+
"- Image to PDF: 1 = merge all images into a single PDF file, 0 = create one PDF file per image;\n"
|
459
459
|
"- PDF to Excel: 1 = merge all pages into one sheet, 0 = one sheet per page;\n"
|
460
|
-
"- Excel to PDF: 1 = each sheet
|
460
|
+
"- Excel to PDF: 1 = each sheet is converted into exactly one PDF page (one sheet, one page, even if content overflows); 0 = default (if a sheet's content is too large, it may be split across multiple PDF pages).\n"
|
461
461
|
"This parameter is ignored for other conversion types."
|
462
462
|
}
|
463
463
|
},
|
@@ -3,9 +3,9 @@ lightpdf_aipdf_mcp/common.py,sha256=PhTf7Zg6mEgn1rTmJDHotXp-4xb2gWFf-Dy_t25qNdY,
|
|
3
3
|
lightpdf_aipdf_mcp/converter.py,sha256=0Xv3k_fdyrqhT_ijcXMKvkL4TuryA-crkqMzLFMHp74,16470
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=jKyzObP3Mj55yZ7EY2D0Qx-YkppFgEm_YmoBVB0VGEs,2265
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=vPaahaAV6pDZi_eheRGSgHzfZxc6ZqQyxHDgsNfdgjQ,29899
|
6
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
6
|
+
lightpdf_aipdf_mcp/server.py,sha256=GXk53UdIwO9p7SWHPCF0X9LIqOHwq8yssAZaQN8Fghw,65030
|
7
7
|
lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
|
8
|
-
lightpdf_aipdf_mcp-0.1.
|
9
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
11
|
-
lightpdf_aipdf_mcp-0.1.
|
8
|
+
lightpdf_aipdf_mcp-0.1.104.dist-info/METADATA,sha256=2G8vIT-1ATQ69zS08TccKEsKMCme8n-wj9YPyOfYW44,8120
|
9
|
+
lightpdf_aipdf_mcp-0.1.104.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
lightpdf_aipdf_mcp-0.1.104.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
11
|
+
lightpdf_aipdf_mcp-0.1.104.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.103.dist-info → lightpdf_aipdf_mcp-0.1.104.dist-info}/entry_points.txt
RENAMED
File without changes
|