lightpdf-aipdf-mcp 0.1.105__py3-none-any.whl → 0.1.106__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.105.dist-info → lightpdf_aipdf_mcp-0.1.106.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.106.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.106.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.106.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -454,10 +454,10 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
454
454
|
"enum": [0, 1],
|
455
455
|
"default": 0,
|
456
456
|
"description": "Only effective in the following scenarios (meaning varies by scenario):\n"
|
457
|
-
"- PDF to Image: 1 = merge all pages into one long image
|
458
|
-
"- Image to PDF: 1 = merge all images into a single PDF file
|
459
|
-
"- PDF to Excel: 1 = merge all pages into one sheet
|
460
|
-
"- Excel to PDF: 1 = force each sheet to be converted into a single PDF page (one
|
457
|
+
"- PDF to Image: 1 = merge all pages into one long image (one output image file); 0 = output a separate image for each page (one image file per page);\n"
|
458
|
+
"- Image to PDF: 1 = merge all images into a single PDF file (one output PDF file); 0 = create a separate PDF file for each image (one PDF file per image);\n"
|
459
|
+
"- PDF to Excel: 1 = merge all pages into one sheet (one output Excel file with one sheet); 0 = each page is converted into a separate sheet (one output Excel file, each page as a separate sheet);\n"
|
460
|
+
"- Excel to PDF: 1 = force each sheet to be converted into a single PDF page (one output PDF file, one page per sheet, even if content overflows; no additional pages will be created); 0 = each sheet may be split into multiple PDF pages if the content is too large (one output PDF file, sheets may span multiple 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=rs1rTMgsHJnDQ71tYtvTK9RJuPw346Dh7hZrmvX8y5w,65377
|
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.106.dist-info/METADATA,sha256=OXa98bBWt1_xBT7D5ecyjqS8hEHsQ8Xhyz6TudhCNdU,8120
|
9
|
+
lightpdf_aipdf_mcp-0.1.106.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
lightpdf_aipdf_mcp-0.1.106.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
11
|
+
lightpdf_aipdf_mcp-0.1.106.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.105.dist-info → lightpdf_aipdf_mcp-0.1.106.dist-info}/entry_points.txt
RENAMED
File without changes
|